Update Dockerfile
This commit is contained in:
parent
d360daa5fb
commit
e2b9efb0df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user