Skip to content

Commit

Permalink
Install git-lfs in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Lapeyre committed Dec 4, 2019
1 parent 283b7aa commit 78549be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN addgroup atlantis && \
# Install dumb-init and gosu.
ENV DUMB_INIT_VERSION=1.2.2
ENV GOSU_VERSION=1.11
RUN apk add --no-cache ca-certificates gnupg curl git unzip bash openssh libcap openssl && \
RUN apk add --no-cache ca-certificates gnupg curl git git-lfs unzip bash openssh libcap openssl && \
curl -L -s --output /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 78549be

Please sign in to comment.