nodejs: install latest npm

This commit is contained in:
Alex
2021-10-10 21:40:44 +03:00
parent c2d71fa988
commit 58bddef746
4 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \
&& npm -g install npm@latest \
&& useradd -m -d /home/container container
USER container

View File

@@ -4,6 +4,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \
&& npm -g install npm@latest \
&& useradd -m -d /home/container container
USER container

View File

@@ -4,6 +4,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \
&& npm -g install npm@latest \
&& useradd -m -d /home/container container
USER container

View File

@@ -4,6 +4,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential \
&& npm -g install npm@latest \
&& useradd -m -d /home/container container
USER container