From e2b9efb0df35f0ea96aadb8053bcba6c8bec0d13 Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 14:40:20 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09b8359..c5c6dcc 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 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