Dockerfile update
This commit is contained in:
parent
a2ad5c6498
commit
135f7f0b66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user