From 69e2a3651e704ecdf5081f08b0de09f1a9e29b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Tue, 25 May 2021 03:40:14 +0200 Subject: [PATCH] Remove npm install from Debian x64 Dockerfile (#260) --- Dockerfile-debian-x86_64 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile-debian-x86_64 b/Dockerfile-debian-x86_64 index f2e8ec36..13e64e7e 100644 --- a/Dockerfile-debian-x86_64 +++ b/Dockerfile-debian-x86_64 @@ -42,7 +42,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ cd /tmp/build && \ export PATH=$PWD/node_modules/.bin:$PATH && \ sed -i'' -e '/phantomjs/d' package.json && \ - npm install -g npm && \ echo 'npm install --no-optional --loglevel http --legacy-peer-deps' | su stf -s /bin/bash && \ echo '--- Assembling app' && \ echo 'npm pack' | su stf -s /bin/bash && \