diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 91a0ef4..a5ea0e7 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-get update +RUN apt-get update --fix-missing RUN apt-get -y install python3-pip RUN apt-get -y install nano