diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d8ccad..679f5b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 1f5117e..f3d326b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ RUN apk update && apk add --no-cache \ make \ gcc \ g++ \ - python \ + python3 \ + py3-pip \ linux-headers \ paxctl \ libgcc \