From 73f136c18da43958251923577e831d643fa24d4a Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Wed, 16 Jun 2021 08:08:05 -0700 Subject: [PATCH] fix(Dockerfile): Install correct npm package (#33) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /