From e999577bad900307470163406133c2b8ba6cb3a3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 17 Oct 2022 12:18:05 +0200 Subject: [PATCH] fix(core): update --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index e9e97b8..82ae442 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,12 @@ RUN apk update && apk add --no-cache \ libc-dev \ docker-compose +RUN apk update && apk add bash libc6-compat alpine-sdk +ENV PYTHONUNBUFFERED=1 +RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python +RUN python3 -m ensurepip +RUN pip3 install --no-cache --upgrade pip setuptools + # Add the patch fix COPY ./stack-fix.c /lib/