diff --git a/Dockerfile b/Dockerfile index a4f6198..0a06e9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,7 @@ RUN . /envfile && \ # Install Node.js RUN apk update && apk add --no-cache nodejs npm +# Install git +RUN apk update && apk add --no-cache git + WORKDIR /apps