This commit is contained in:
buanet
2024-04-05 00:03:09 +02:00
parent 8f1fe5b986
commit f575c66883

View File

@@ -46,7 +46,7 @@ RUN apt-get update && apt-get upgrade -y \
&& apt-get update && apt-get install -q -y --no-install-recommends nodejs \
# Temp Fix (Update npm)
npm -v \
npm install -g npm@latest \
npm install npm@latest \
npm -v \
# Install node-gyp
&& npm install --production -g node-gyp \