Zaktualizuj 'Docker/Dockerfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 09:25:01 +02:00
parent cb695fa1af
commit efb2c12246

View File

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