From 03a3ecdf7bb904c5bea9b76b24b2bb3c8a82ba19 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 28 Jan 2022 00:27:19 +0100 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 4 ++-- Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 \