This commit is contained in:
buanet
2024-04-05 00:06:17 +02:00
parent f575c66883
commit 731a01339c

View File

@@ -45,9 +45,9 @@ RUN apt-get update && apt-get upgrade -y \
&& printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \
&& apt-get update && apt-get install -q -y --no-install-recommends nodejs \
# Temp Fix (Update npm)
npm -v \
npm install npm@latest \
npm -v \
&& npm -v \
&& npm install -g npm@latest \
&& npm -v \
# Install node-gyp
&& npm install --production -g node-gyp \
# Generating locales