Skip to content

Commit

Permalink
Add update-ca-certificates to fix Docker build.
Browse files Browse the repository at this point in the history
Was getting:
Connecting to github.com (192.30.253.112:443)
ssl_client: github.com: TLS connect failed
wget: error getting response: Connection reset by peer
  • Loading branch information
lkysow committed Jul 9, 2018
1 parent 6ae9e3d commit 1ca83cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV ATLANTIS_HOME_DIR=/home/atlantis
ENV DUMB_INIT_VERSION=1.2.0
ENV GOSU_VERSION=1.10
RUN apk add --no-cache ca-certificates gnupg curl git unzip bash openssh libcap openssl && \
update-ca-certificates && \
wget -O /bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64 && \
chmod +x /bin/dumb-init && \
mkdir -p /tmp/build && \
Expand Down

0 comments on commit 1ca83cc

Please sign in to comment.