This commit is contained in:
Alagris 2021-04-11 19:54:11 +02:00
parent f6897de9c1
commit 31e4e5f80b

View File

@ -1,5 +1,7 @@
FROM ubuntu:latest FROM ubuntu:latest
ENV PYTHONIOENCODING=utf-8
# 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 update && apt install -y python3 python3-pip git RUN apt update && apt install -y python3 python3-pip git