This commit is contained in:
Ufnow 2020-04-22 01:21:30 +02:00
parent 7fe29c944f
commit 7899a5f0b0

View File

@ -9,3 +9,6 @@ RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK WORKDIR SCTK
RUN make config && make all && make check && make install && make doc RUN make config && make all && make check && make install && make doc
ENV PATH=$PATH:/SCTK/bin ENV PATH=$PATH:/SCTK/bin
RUN apt-get update && apt-get install -y python3
RUN apt-get update && apt-get install -y python3-pip
RUN pip3 install matplotlib