From e9f1c21c07230c0e6bee3f76c34366e263129d02 Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 08:14:39 +0200 Subject: [PATCH] plot --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bf3941c..ade1591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt install -y git RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential +RUN pip install matplotlib RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc