s452094-plots/Dockerfile

9 lines
223 B
Docker

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
RUN apt install -y python-tk