Zaktualizuj 'Docker/Dockerfile'
This commit is contained in:
parent
cb695fa1af
commit
efb2c12246
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user