diff --git a/Dockerfile b/Dockerfile index 4b203b0..7669d81 100644 --- a/Dockerfile +++ b/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"]