update dockerfile

This commit is contained in:
s452111 2020-04-22 17:36:14 +02:00
parent d4f1fcfe19
commit a852769ce0

View File

@ -8,9 +8,9 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN sudo apt-get update
RUN sudo apt-get install python
RUN sudo apt-get update && apt-get install -y python-pip
RUN apt-get update
RUN apt-get install python
RUN 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