This commit is contained in:
s460941 2020-04-24 08:19:25 +02:00
parent 7619d6867e
commit 2818c2b2c1

View File

@ -5,8 +5,10 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install python3-pip
RUN pip install matplotlib
RUN apt update -y && apt install -y \
python \
pip \
matplotlib
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc