We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb58d57 commit 16b9725Copy full SHA for 16b9725
1 file changed
src/wasm/Dockerfile
@@ -8,5 +8,6 @@ RUN apt-get update && \
8
apt-get clean && rm -rf /var/lib/apt/lists/*
9
10
COPY --from=node-x /usr/local/ /usr/local/
11
+RUN npm install -g npm
12
13
RUN dotnet workload install wasm-tools && dotnet nuget locals all --clear
0 commit comments