This commit is contained in:
Dawid Kubicki 2019-04-26 13:30:56 +02:00
parent 96f02609aa
commit 4d0b5ac864

View File

@ -3,7 +3,7 @@ FROM ubuntu:latest
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y awk
RUN apt install -y gawk
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git