update dockerfile
This commit is contained in:
parent
a852769ce0
commit
f235c786ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user