added git
This commit is contained in:
parent
650401ca1d
commit
2566fbd1cb
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||
RUN apt update && apt install -y python3 python3-pip
|
||||
RUN apt update && apt install -y python3 python3-pip git
|
||||
|
||||
# Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane)
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user