diff --git a/Docker/Dockerfile b/Docker/Dockerfile index d3b26bc..96727a7 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) -RUN apt update +RUN apt-get update RUN apt-get install -y python-pip RUN apt-get install -y nano