1
0
Fork 0
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:
Simo Kinnunen 2015-10-11 04:06:28 +09:00
parent 368c8ad4fc
commit f7a7b6ff7d

View file

@ -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 && \