Skip to content

Commit

Permalink
fix: nodejs-npm was renamed to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 12, 2021
1 parent 02a4292 commit d6d77f5
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 @@ -21,7 +21,7 @@ RUN \
curl \
inotify-tools \
nodejs \
nodejs-npm && \
npm && \
npm install npm -g --no-progress && \
update-ca-certificates --fresh && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit d6d77f5

Please sign in to comment.