From 9943f29ca08fc46a42a95277916bb1d23b009f53 Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 14:41:50 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5c6dcc..8e25365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 gnuplot5 +RUN apt install -y gnuplot5 --fix-missing RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc