Zaktualizuj 'Docker/Dockerfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 09:30:18 +02:00
parent 4178874402
commit 01ad9f05fc

View File

@ -2,7 +2,7 @@
FROM ubuntu:latest 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-get update RUN apt-get update --fix-missing
RUN apt-get -y install python3-pip RUN apt-get -y install python3-pip
RUN apt-get -y install nano RUN apt-get -y install nano