Zaktualizuj 'Dockerfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:47:51 +00:00
parent ff50cbd9ff
commit 90f937f021

View File

@ -6,6 +6,8 @@ RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git
RUN apt-get update && \
apt-get install -y gnuplot5
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc
ENV PATH=$PATH:/SCTK/bin