diff --git a/Dockerfile b/Dockerfile index adda494..ea15a34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3 LABEL org.opencontainers.image.source="https://github.com/ScottBrenner/generate-changelog-action" -RUN apk --no-cache add git nodejs-npm +RUN apk --no-cache add git npm RUN npm install -g generate-changelog COPY LICENSE README.md /