From 47ba98e49c28d42545d9fa29642a7f8786f48f27 Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Wed, 14 Apr 2021 21:02:47 +0200 Subject: [PATCH] docker integration v4 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5547632..d72a928 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:latest +RUN apt clean RUN apt update RUN apt install -y python3 RUN apt install -y python3-pip