From a2ad5c6498f72d61af962524090071e006974edb Mon Sep 17 00:00:00 2001 From: Damian Michalski Date: Fri, 3 Apr 2020 18:54:31 +0200 Subject: [PATCH] Dockerfile update --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a5ed91..90fbdd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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