From e331a90eebfd8de05387b7633ccea09df8e9dd36 Mon Sep 17 00:00:00 2001 From: Witold Woch Date: Tue, 4 Apr 2023 15:34:46 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index adba500..748b45c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:latest +RUN apt update && apt install -y figlet +RUN apt install unzip -y RUN apt install python3-pip -y RUN pip3 install pandas RUN pip3 install kaggle