Skip to content

Commit

Permalink
Merge pull request #173 from runatlantis/release-0.4.1
Browse files Browse the repository at this point in the history
Add update-ca-certificates to fix Docker build.
  • Loading branch information
lkysow authored Jul 9, 2018
2 parents 009fa16 + 1ca83cc commit 8ff0de8
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 8ff0de8

Please sign in to comment.