fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-28 00:27:19 +01:00
parent 4b8cbc0fba
commit 03a3ecdf7b
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,8 @@ services:
before_script:
- 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-current nodejs-npm
- apk add --no-cache make gcc g++ python3 py3-pip linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs-current npm
- update-ca-certificates
- cp ./stack-fix.c /lib/
- set -ex

View File

@ -9,7 +9,8 @@ RUN apk update && apk add --no-cache \
make \
gcc \
g++ \
python \
python3 \
py3-pip \
linux-headers \
paxctl \
libgcc \