Skip to content

Commit

Permalink
Add git-lfs to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
t3rmian committed Jan 16, 2020
1 parent 02f1627 commit 4bbf393
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
@@ -1,7 +1,7 @@
FROM alpine:3.10

RUN apk update && apk upgrade && \
apk add --no-cache git openssh
apk add --no-cache git openssh git-lfs

COPY mirror.sh /mirror.sh
COPY setup-ssh.sh /setup-ssh.sh
Expand Down

0 comments on commit 4bbf393

Please sign in to comment.