Skip to content

Commit

Permalink
fix script error
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Mar 28, 2024
1 parent 65aa383 commit be63608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/docker-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ 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
3 changes: 2 additions & 1 deletion .github/docker-images/base-images/debian-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM ${OS} AS base

RUN apt update && apt upgrade -y && \
apt install -y git libboost-all-dev autoconf automake \
wget libtool curl make g++ unzip cmake libssl-dev python3
wget libtool curl make g++ unzip cmake libssl-dev python3 \
ca-certificates && update-ca-certificates

# Install Dependencies

Expand Down

0 comments on commit be63608

Please sign in to comment.