diff --git a/Dockerfile b/Dockerfile index 90fbdd0..80cf5b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:latest +ENV TZ=Europe/Minsk +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt update -y RUN apt install -y python-pip RUN pip install matplotlib