Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 3 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /