We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5a990 commit 4d9d556Copy full SHA for 4d9d556
Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /opt/fake_rust/ && \
28
FROM webr as scratch
29
# Install nodejs
30
RUN apt-get update && \
31
- apt-get install nodejs -y
+ apt-get install nodejs npm -y
32
33
# Install Rust; these lines are based on the official Rust docker image:
34
# https://github.com/rust-lang/docker-rust/blob/master/Dockerfile-debian.template
0 commit comments