Skip to content

Commit

Permalink
[wasm] Install npm and its dependencies (#472)
Browse files Browse the repository at this point in the history
It will be used in Daniel's dotnet/runtime#54640
  • Loading branch information
radekdoulik authored Jul 7, 2021
1 parent f3a7b15 commit 12f133e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ubuntu/18.04/webassembly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-coredeps
# Dependencies for WebAssembly build
RUN apt-get update \
&& apt-get install -y \
libssl1.0-dev \
locales \
nodejs-dev \
node-gyp \
npm \
wget \
unzip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 12f133e

Please sign in to comment.