fix(core): update

This commit is contained in:
2018-12-12 23:18:55 +01:00
parent e8aca4a903
commit d2e6b3c53d
3 changed files with 25 additions and 6 deletions

View File

@ -1,9 +1,6 @@
FROM docker:git
ENV VERSION=v8.11.1 NPM_VERSION=latest
ENV CONFIG_FLAGS="--fully-static" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
RUN apk add --no-cache \
RUN apk update && apk add --no-cache \
openssl \
ca-certificates \
bash \
@ -18,7 +15,7 @@ RUN apk add --no-cache \
libstdc++ \
gnupg \
nodejs \
nodejs-npm \
&& update-ca-certificates
RUN npm install -g @shipzone/npmci
RUN npm config set unsafe-perm true