Dockerfile update

This commit is contained in:
Damian Michalski 2020-04-03 19:14:36 +02:00
parent a2ad5c6498
commit 135f7f0b66

View File

@ -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