fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-27 18:03:34 +02:00
parent 16dca34c6d
commit cb23895d0c

View File

@ -1,31 +1,13 @@
# gitzone ci_docker
# gitzone custom
image: docker:19.03.1
cache:
paths:
- .npmci-cache/
key: "$CI_BUILD_STAGE"
before_script:
- apk update && apk add --no-cache \
git \
openssl \
ca-certificates \
bash \
curl \
make \
gcc \
g++ \
python \
linux-headers \
paxctl \
libgcc \
libstdc++ \
gnupg \
nodejs \
nodejs-npm \
&& update-ca-certificates
- npm install -g npmci
- apk update
- apk add --no-cache git openssl ca-certificates bash curl
- apk add --no-cache make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
- update-ca-certificates
- npm install -g npmci
- npmci npm prepare
stages: