updated dockerfile

This commit is contained in:
DarkPete 2019-04-26 14:32:46 +02:00
parent af59e14d1a
commit eb51fb4cfe

View File

@ -9,6 +9,7 @@ RUN apt-get update \
&& cd /usr/local/bin \
&& ln -s /usr/bin/python3 python \
&& pip3 install --upgrade pip
RUN pip3 install pandas
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git