Skip to content

Commit

Permalink
Install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Dec 14, 2023
1 parent a6222b9 commit f44d0aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const dockerFiles = [
'nodejs-16_x',
'nodejs-18_x',
'nodejs-20_x',
// 'rust-1_x',
'rust-1_x',
'swift-5_6',
'swift-5_7',
'swift-5_8',
Expand Down
2 changes: 1 addition & 1 deletion src/images/Dockerfile.rust-1_x
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -e; \
export DEBIAN_FRONTEND=noninteractive \
&& apt-get -q update && apt-get -q install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -fsSL "https://deb.nodesource.com/setup_16.x" | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs npm \
&& apt-get purge --auto-remove -y curl \
&& node --version

Expand Down
2 changes: 1 addition & 1 deletion src/images/Dockerfile.swiftwasm-5_6
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -e; \
export DEBIAN_FRONTEND=noninteractive \
&& apt-get -q update && apt-get -q install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -fsSL "https://deb.nodesource.com/setup_16.x" | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs npm \
&& apt-get purge --auto-remove -y curl \
&& node --version

Expand Down
2 changes: 1 addition & 1 deletion src/images/Dockerfile.swiftwasm-5_7
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -e; \
export DEBIAN_FRONTEND=noninteractive \
&& apt-get -q update && apt-get -q install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -fsSL "https://deb.nodesource.com/setup_16.x" | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs npm \
&& apt-get purge --auto-remove -y curl \
&& node --version

Expand Down
2 changes: 1 addition & 1 deletion src/images/Dockerfile.swiftwasm-5_8
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -e; \
export DEBIAN_FRONTEND=noninteractive \
&& apt-get -q update && apt-get -q install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -fsSL "https://deb.nodesource.com/setup_16.x" | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs npm \
&& apt-get purge --auto-remove -y curl \
&& node --version

Expand Down
2 changes: 1 addition & 1 deletion src/images/Dockerfile.swiftwasm-5_9
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN set -e; \
export DEBIAN_FRONTEND=noninteractive \
&& apt-get -q update && apt-get -q install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -fsSL "https://deb.nodesource.com/setup_16.x" | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs npm \
&& apt-get purge --auto-remove -y curl \
&& node --version

Expand Down

0 comments on commit f44d0aa

Please sign in to comment.