From 90f937f0217b4abe60f35310d5bf7eb4733c2f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 15:47:51 +0000 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9b6b59c..86001a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file