Skip to content

Commit

Permalink
Install npm in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed May 3, 2024
1 parent 0b5a990 commit 4d9d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN mkdir /opt/fake_rust/ && \
FROM webr as scratch
# Install nodejs
RUN apt-get update && \
apt-get install nodejs -y
apt-get install nodejs npm -y

# Install Rust; these lines are based on the official Rust docker image:
# https://github.com/rust-lang/docker-rust/blob/master/Dockerfile-debian.template
Expand Down

0 comments on commit 4d9d556

Please sign in to comment.