Skip to content

Commit

Permalink
Merge pull request #9 from piraka9011/master
Browse files Browse the repository at this point in the history
Add git-lfs to Docker image
  • Loading branch information
ArnaudRinquin authored Jan 27, 2021
2 parents 3fabb55 + 00d1efd commit 172c214
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,6 +1,6 @@
FROM alpine:3.12

RUN apk --update add git-crypt
RUN apk --update add git-crypt git-lfs

WORKDIR /opt/project

Expand Down

0 comments on commit 172c214

Please sign in to comment.