From e3996d456940330844e560475d660d7b18e8fa69 Mon Sep 17 00:00:00 2001 From: fr00t Date: Mon, 19 Feb 2024 19:07:22 +0100 Subject: [PATCH] Update Dockerfile (#309) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 650188f..0a9d1bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/app # Install Python/pip and dependencies ENV PYTHONUNBUFFERED=1 -RUN apk add g++ make +RUN apk add g++ make pip3 RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python RUN pip3 install --no-cache --upgrade pip setuptools --break-system-packages