Skip to content

Commit f8f96fa

Browse files
mmatlwoile
authored andcommitted
fix: install git-lfs into the dockerfile
1 parent e41bf7f commit f8f96fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ FROM python:3.8-alpine
33
RUN set -eux; \
44
apk add --no-cache \
55
git \
6+
git-lfs \
67
gpg \
78
alpine-sdk \
89
bash \
910
libffi-dev \
10-
;
11+
; \
12+
git lfs install;
1113
COPY entrypoint.sh /entrypoint.sh
1214
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)