From 0c9d0ef576286a7e59488f70bf2ebacbb4265223 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Fri, 24 May 2024 16:00:57 -0500 Subject: [PATCH] f --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 89ddb54..479f9ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,15 +11,14 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ curl wget \ build-essential \ git \ - python3 \ - python3-pip \ + python3-full \ rsync \ software-properties-common \ unzip \ zip \ vim -RUN pip3 install --upgrade pip +RUN python3 -m pip install --upgrade pip COPY src /src/