From f235c786ce91fca4994bc2344e965431a64cf470 Mon Sep 17 00:00:00 2001 From: s452111 Date: Wed, 22 Apr 2020 17:37:13 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 343f020..02683c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN apt install -y git RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential -RUN apt-get update -RUN apt-get install python -RUN apt-get update && apt-get install -y python-pip +RUN apt-get update -y +RUN apt-get install -y python +RUN apt-get update -y && apt-get install -y python-pip RUN pip install matplotlib RUN apt install -y python-tk RUN git clone https://github.com/usnistgov/SCTK.git