From d4f1fcfe1928575fbd6cb98d3e070e4a13513f31 Mon Sep 17 00:00:00 2001 From: s452111 Date: Wed, 22 Apr 2020 17:34:58 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a6ecc0..bc5460e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,10 @@ RUN apt install -y git RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential -RUN apt-get update && apt-get install -y python3 -RUN apt-get update && apt-get install -y python3-pip -RUN pip3 install matplotlib +RUN sudo apt-get update +RUN sudo apt-get install python +RUN sudo apt-get update && 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 WORKDIR SCTK