From 1d600af417d2ecc74bd74281e9a74a9096391b28 Mon Sep 17 00:00:00 2001 From: s452111 Date: Wed, 22 Apr 2020 17:00:49 +0200 Subject: [PATCH] edit Dockerfile for task 4 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index bf3941c..4d8c662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,3 +9,6 @@ RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc ENV PATH=$PATH:/SCTK/bin +RUN apt install -y python-pip +RUN pip install matplotlib +RUN apt install -y python-tk