From f6fa572ef89073f1372895f963155385e9670a36 Mon Sep 17 00:00:00 2001 From: Michal Gulczynski Date: Tue, 11 Jun 2024 19:35:16 +0200 Subject: [PATCH] ium_07 sacred --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ce96cac..9b5673b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get update && \ apt-get install -y \ python3 \ python3-pip \ + git \ wget \ unzip \ && rm -rf /var/lib/apt/lists/*