From 061b7f43195c70fe33575d8d0c23fba2e2dc28c8 Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Tue, 4 Apr 2023 13:45:04 +0200 Subject: [PATCH] fix 5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af88cb3..ea63478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt update && apt install -y figlet WORKDIR /app RUN apt-get install -y python3 -RUN apt-get install python3-pip +RUN apt-get install -y python3-pip RUN python3 -m pip install pandas COPY ./zadanie1.ipynb ./