Docker + python

This commit is contained in:
Kacper Kurzeja 2019-04-26 15:14:39 +02:00
parent 82ba786f26
commit 6baabaa0c9

View File

@ -4,6 +4,7 @@ RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y gawk
RUN apt install -y python3
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git