Skip to content

Commit

Permalink
temporary solution for ubuntu-bin image
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Apr 14, 2023
1 parent bcefa19 commit 113210e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/docker-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ${BASE_IMAGE} AS deploy
###############################################################################
# Copy and build local proxy
###############################################################################

COPY . /root/aws-iot-securetunneling-localproxy
RUN mkdir -p /root/aws-iot-securetunneling-localproxy/build \
&& cd /root/aws-iot-securetunneling-localproxy/build \
Expand All @@ -13,6 +14,10 @@ RUN mkdir -p /root/aws-iot-securetunneling-localproxy/build \

FROM ${OS} AS minimum_size

RUN apt update && apt upgrade -y && \
apt install -y ca-certificates && \
update-ca-certificates

COPY --from=deploy /root/aws-iot-securetunneling-localproxy/build/bin/localproxy /root/bin/localproxy

COPY ./.github/docker-images/oss-compliance /root/oss-compliance
Expand Down

0 comments on commit 113210e

Please sign in to comment.