add sudo
This commit is contained in:
parent
4e4bd865e0
commit
be1c27800f
@ -3,6 +3,7 @@ FROM ubuntu:latest
|
|||||||
|
|
||||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||||
RUN apt update && apt install -y
|
RUN apt update && apt install -y
|
||||||
|
RUN apt-get install sudo
|
||||||
RUN apt-get install -y python3
|
RUN apt-get install -y python3
|
||||||
RUN apt-get install -y unzip
|
RUN apt-get install -y unzip
|
||||||
RUN apt-get install -y python3-pip
|
RUN apt-get install -y python3-pip
|
||||||
|
Loading…
Reference in New Issue
Block a user