diff --git a/Dockerfile b/Dockerfile index 29e43db..009237b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM node:20.11.0 +FROM node:20.11.0-alpine + +RUN apk add --no-cache git # nice clean home for our action files RUN mkdir /action