From 41323c6eef5b67d58bbe06a6bce29f7c5c3910f0 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Fri, 24 May 2024 16:13:53 -0500 Subject: [PATCH] f2 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9accacd..7af35c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ curl wget \ build-essential \ git \ + python3-pip \ python3-full \ rsync \ software-properties-common \