Skip to content

Commit

Permalink
looks like we might need npm to run npx in the build container
Browse files Browse the repository at this point in the history
  • Loading branch information
AerisG222 committed Dec 23, 2023
1 parent e019b73 commit da0f7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile.auth
Expand Up @@ -8,6 +8,7 @@ RUN apk --no-cache add \
g++ \
make \
nodejs \
npm \
rsync \
sed

Expand Down
1 change: 1 addition & 0 deletions Containerfile.www
Expand Up @@ -8,6 +8,7 @@ RUN apk --no-cache add \
g++ \
make \
nodejs \
npm \
rsync \
sed

Expand Down

0 comments on commit da0f7ad

Please sign in to comment.