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