Skip to content

Commit

Permalink
Merge pull request #15 from weeebdev/patch-1
Browse files Browse the repository at this point in the history
feat: add git lfs
  • Loading branch information
yasaichi authored Apr 26, 2022
2 parents 7c91bad + a58d9ec commit 6dcf11b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM alpine:3.10

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

RUN git lfs install

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

0 comments on commit 6dcf11b

Please sign in to comment.