-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix npm verion in node 16, 17 and 19
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL author="Jesper Richert" maintainer="[email protected]" | |
|
||
RUN apt update \ | ||
&& apt -y install ffmpeg iproute2 git libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ | ||
&& npm -g install npm@latest \ | ||
&& npm -g install npm@8.19.4 \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL author="Jesper Richert" maintainer="[email protected]" | |
|
||
RUN apt update \ | ||
&& apt -y install ffmpeg iproute2 git libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ | ||
&& npm -g install npm@latest \ | ||
&& npm -g install npm@8.11.0 \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL author="Jesper Richert" maintainer="[email protected]" | |
|
||
RUN apt update \ | ||
&& apt -y install ffmpeg iproute2 git libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool \ | ||
&& npm -g install npm@latest \ | ||
&& npm -g install npm@9.6.3 \ | ||
&& useradd -m -d /home/container container | ||
|
||
USER container | ||
|