This commit is contained in:
s460941 2020-04-24 08:24:52 +02:00
parent 3ea80908a3
commit d47a5e3523

View File

@ -8,7 +8,7 @@ RUN apt install -y build-essential
RUN apt update -y && apt install -y \
python \
python-pip \
matplotlib
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