diff --git a/nodejs/12/Dockerfile b/nodejs/12/Dockerfile index a8b8bae..736686f 100644 --- a/nodejs/12/Dockerfile +++ b/nodejs/12/Dockerfile @@ -4,7 +4,6 @@ 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 libtool \ - && npm -g install npm@latest \ && useradd -m -d /home/container container RUN npm install npm@latest -g diff --git a/nodejs/14/Dockerfile b/nodejs/14/Dockerfile index 5d2a159..69d1194 100644 --- a/nodejs/14/Dockerfile +++ b/nodejs/14/Dockerfile @@ -4,7 +4,6 @@ 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 libtool \ - && npm -g install npm@latest \ && useradd -m -d /home/container container RUN npm install npm@latest -g diff --git a/nodejs/16/Dockerfile b/nodejs/16/Dockerfile index 1b54f5d..7cafc49 100644 --- a/nodejs/16/Dockerfile +++ b/nodejs/16/Dockerfile @@ -4,7 +4,6 @@ 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 libtool \ - && npm -g install npm@latest \ && useradd -m -d /home/container container RUN npm install npm@latest -g diff --git a/nodejs/17/Dockerfile b/nodejs/17/Dockerfile index da504ee..185308d 100644 --- a/nodejs/17/Dockerfile +++ b/nodejs/17/Dockerfile @@ -4,7 +4,6 @@ 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 libtool \ - && npm -g install npm@latest \ && useradd -m -d /home/container container RUN npm install npm@latest -g diff --git a/nodejs/18/Dockerfile b/nodejs/18/Dockerfile index ff49997..93c786c 100644 --- a/nodejs/18/Dockerfile +++ b/nodejs/18/Dockerfile @@ -4,7 +4,6 @@ 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 libtool \ - && npm -g install npm@latest \ && useradd -m -d /home/container container RUN npm install npm@latest -g