Skip to content

Commit

Permalink
fix: install npm not nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Sep 4, 2024
1 parent 2d8ef68 commit 6d70e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/multibuild/Dockerfile.package
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /noports
# install node for later (keep at the top file to increase cache hits)
# hadolint ignore=DL3008
RUN apt-get update; \
apt-get install -y --no-install-recommends nodejs
apt-get install -y --no-install-recommends npm

COPY . .

Expand Down

0 comments on commit 6d70e14

Please sign in to comment.