From 198e390dc7295c2574267ec786f54cd25c737b88 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Fri, 24 May 2024 15:00:04 -0500 Subject: [PATCH] f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 762e79f..b2c1066 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ build-essential \ git \ python3 \ - python3-pip \ + python3-full \ rsync \ software-properties-common \ unzip \