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