This commit is contained in:
Alagris 2021-04-11 19:54:11 +02:00
parent f6897de9c1
commit 31e4e5f80b
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM ubuntu:latest
ENV PYTHONIOENCODING=utf-8
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
RUN apt update && apt install -y python3 python3-pip git