From 18c7c11acee52a8c6bf24c88a07968db416acf34 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Wed, 19 Apr 2023 12:09:02 +0200 Subject: [PATCH] Add missing git dependency --- IUM_07/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/IUM_07/Dockerfile b/IUM_07/Dockerfile index e6b155f..a301308 100644 --- a/IUM_07/Dockerfile +++ b/IUM_07/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:latest RUN apt update && apt install -y \ + git \ python3-pip \ python3