mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Remove npm install from Debian x64 Dockerfile (#260)
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user