This commit is contained in:
s444417 2022-04-06 18:23:48 +02:00
parent 4e4bd865e0
commit be1c27800f

View File

@ -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