Dockerfile update

This commit is contained in:
dylodylo 2020-04-10 15:59:13 +02:00
parent 7a5478d787
commit 6add165dad

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 bc
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git