Update Dockerfile

This commit is contained in:
s416178 2020-04-03 14:40:20 +02:00
parent d360daa5fb
commit e2b9efb0df

View File

@ -5,7 +5,7 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install -y gnuplot
RUN apt install -y gnuplot5
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc