Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
fix(Dockerfile): Install correct npm package (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner committed Jun 16, 2021
1 parent 2276f9e commit 73f136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 73f136c

Please sign in to comment.