diff --git a/Dockerfile b/Dockerfile index 2a12799..360c712 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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