Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
install git lfs
  • Loading branch information
Sticks authored and GitHub Enterprise committed Aug 29, 2023
1 parent 5064dc4 commit ae4ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM node:14-alpine
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
apk add --no-cache bash git openssh git-lfs
COPY entrypoint.sh /entrypoint.sh
COPY lib/actions/checkout/index.js /checkout.js
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit ae4ce36

Please sign in to comment.