Skip to content

Commit 4d9d556

Browse files
authored
Install npm in Dockerfile
1 parent 0b5a990 commit 4d9d556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mkdir /opt/fake_rust/ && \
2828
FROM webr as scratch
2929
# Install nodejs
3030
RUN apt-get update && \
31-
apt-get install nodejs -y
31+
apt-get install nodejs npm -y
3232

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

0 commit comments

Comments
 (0)