Skip to content

Commit 5812fba

Browse files
authored
Merge pull request #52 from DennisPohlmann/git-lfs
feat: add package git-lfs
2 parents eff7586 + 9fd9a94 commit 5812fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY container-entrypoint.d /container-entrypoint.d
2424
COPY --from=build /npm /npm
2525

2626
RUN apk update && apk upgrade \
27-
&& apk add --no-cache --update bash git \
27+
&& apk add --no-cache --update bash git git-lfs \
2828
&& chmod +x /container-entrypoint.sh \
2929
# fix ENOGITREPO Not running from a git repository.
3030
&& git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)