From f78e06fb2dd6a1a102becb61632778c2e0edc64b Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 08:47:44 +0200 Subject: [PATCH] plot --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c3ced45..06d945f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN gcc --version RUN apt install -y build-essential RUN apt update -y && apt install -y \ python-pip +RUN apt-get install python-tk RUN pip install pandas RUN pip install numpy RUN pip install matplotlib