Skip to content

Commit

Permalink
Add Git LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
zarbis authored Mar 15, 2019
1 parent 5312a42 commit d11163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV SWARM_CLIENT_VERSION="3.9" \
PASSWORD_SECRET=""

RUN adduser -G root -D jenkins && \
apk --update --no-cache add openjdk8-jre python py-pip git openssh ca-certificates openssl && \
apk --update --no-cache add openjdk8-jre python py-pip git git-lfs openssh ca-certificates openssl && \
wget -q https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client/${SWARM_CLIENT_VERSION}/swarm-client-${SWARM_CLIENT_VERSION}.jar -P /home/jenkins/ && \
pip install docker-compose

Expand Down

0 comments on commit d11163e

Please sign in to comment.