diff --git a/Dockerfile b/Dockerfile index d7f31b4..351f4e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM ubuntu:latest # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) RUN apt update && apt install -y +RUN apt-get install sudo RUN apt-get install -y python3 RUN apt-get install -y unzip RUN apt-get install -y python3-pip