fix(core): update

This commit is contained in:
2018-12-12 22:58:00 +01:00
parent 015ca7223f
commit e8aca4a903
2 changed files with 2 additions and 4 deletions

View File

@ -18,9 +18,7 @@ RUN apk add --no-cache \
libstdc++ \
gnupg \
nodejs \
yarn \
&& update-ca-certificates
RUN yarn global add @shipzone/npmci
RUN npm install -g @shipzone/npmci
RUN npm config set unsafe-perm true
ENV PATH /root/.yarn/bin:$PATH