utf8
This commit is contained in:
parent
f6897de9c1
commit
31e4e5f80b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user