edit Dockerfile for task 4

This commit is contained in:
s452111 2020-04-22 17:00:49 +02:00
parent f555af72fd
commit 1d600af417

View File

@ -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