Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from FDR123/master
Browse files Browse the repository at this point in the history
updated npm pkg from outdated nodejs-npm to npm
  • Loading branch information
youyo authored Jun 17, 2021
2 parents 9928988 + a483c78 commit 39e53fb
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
@@ -1,6 +1,6 @@
FROM alpine:3

RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git docker && \
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \
ln -sf /usr/bin/python3 /usr/bin/python

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 39e53fb

Please sign in to comment.