Dockerfile update

This commit is contained in:
Damian Michalski 2020-04-03 18:54:31 +02:00
parent 6d87bf3851
commit a2ad5c6498

View File

@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update -y
RUN apt install -y python-pip
RUN pip install matplotlib
RUN apt-get install -y python-tk
RUN apt install -y python-tk