This commit is contained in:
s460941 2020-04-24 08:14:39 +02:00
parent cfcf6b6e57
commit e9f1c21c07

View File

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