From 164eb0059e2a6554928400592cb9ab992f21cac1 Mon Sep 17 00:00:00 2001 From: s452111 Date: Wed, 22 Apr 2020 17:32:47 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc3f488..4a6ecc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ 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 pip install matplotlib +RUN pip3 install matplotlib RUN apt install -y python-tk RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK