From 112a4fd3dd148f3dfd82e55600abdf5c9f79bc44 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Sat, 28 Jan 2023 16:02:52 +0100 Subject: [PATCH] removed 2nd layer of npm install --- nodejs/12/Dockerfile | 1 - nodejs/14/Dockerfile | 1 - nodejs/16/Dockerfile | 1 - nodejs/17/Dockerfile | 1 - nodejs/18/Dockerfile | 1 - 5 files changed, 5 deletions(-) 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