fix(core): update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user