Skip to content

Commit

Permalink
Remove npm install from Debian x64 Dockerfile (DeviceFarmer#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored May 25, 2021
1 parent 56071c0 commit 69e2a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-debian-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 69e2a36

Please sign in to comment.