We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eff7586 + 9fd9a94 commit 5812fbaCopy full SHA for 5812fba
Containerfile
@@ -24,7 +24,7 @@ COPY container-entrypoint.d /container-entrypoint.d
24
COPY --from=build /npm /npm
25
26
RUN apk update && apk upgrade \
27
- && apk add --no-cache --update bash git \
+ && apk add --no-cache --update bash git git-lfs \
28
&& chmod +x /container-entrypoint.sh \
29
# fix ENOGITREPO Not running from a git repository.
30
&& git config --global --add safe.directory '*'
0 commit comments