Force update npm in build
Some checks failed
Build / build (push) Failing after 1m30s

This commit is contained in:
Frederik Ring 2024-01-14 21:43:30 +01:00
parent b7c718be95
commit fbc5d6c5ad

View File

@ -3,7 +3,7 @@ FROM nikolaik/python-nodejs:python3.10-nodejs20
ENV PATH "/root/.local/bin:$PATH"
ENV NODE_PATH "/usr/lib/node_modules"
RUN npm install -g postcss-cli@^6.1.3 autoprefixer@^9.7.0 svgo@^1.3.0 cssnano@^4.1.10 \
RUN npm i -g npm@10.3.0 && npm install -g postcss-cli@^6.1.3 autoprefixer@^9.7.0 svgo@^1.3.0 cssnano@^4.1.10 \
&& apt-get update \
&& apt-get install -y libjpeg-progs optipng \
&& rm -rf /var/lib/apt/lists/*