Skip to content

Commit

Permalink
Fix Alpine package name for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkrupa committed Aug 10, 2021
1 parent a8f94e2 commit fb79ae2
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 @@ -3,7 +3,7 @@ FROM $BUILD_FROM

ENV LANG C.UTF-8

RUN apk add --no-cache jq nodejs nodejs-npm && \
RUN apk add --no-cache jq nodejs npm && \
npm set unsafe-perm true

# Copy data for add-on
Expand Down

0 comments on commit fb79ae2

Please sign in to comment.