update dockerfile

This commit is contained in:
s452111 2020-04-22 17:31:22 +02:00
parent 43ea474ce5
commit ae70a70cfe

View File

@ -10,7 +10,7 @@ RUN gcc --version
RUN apt install -y build-essential RUN apt install -y build-essential
RUN apt-get update && apt-get install -y python3 RUN apt-get update && apt-get install -y python3
RUN apt-get update && apt-get install -y python3-pip RUN apt-get update && apt-get install -y python3-pip
RUN pip3 install matplotlib RUN pip install matplotlib
RUN apt install -y python-tk RUN apt install -y python-tk
RUN git clone https://github.com/usnistgov/SCTK.git RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK WORKDIR SCTK