mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Stop using NPM3 for now, it's super slow and buggy.
This commit is contained in:
parent
368c8ad4fc
commit
f7a7b6ff7d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM openstf/base:v1.0.5
|
||||
FROM openstf/base:v1.0.6
|
||||
|
||||
# Sneak the stf executable into $PATH.
|
||||
ENV PATH /app/bin:$PATH
|
||||
|
@ -24,7 +24,7 @@ USER stf-build
|
|||
RUN set -x && \
|
||||
cd /tmp/build && \
|
||||
export PATH=$PWD/node_modules/.bin:$PATH && \
|
||||
npm install && \
|
||||
npm install --log-level http && \
|
||||
npm pack && \
|
||||
tar xzf stf-*.tgz --strip-components 1 -C /app && \
|
||||
bower cache clean && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue