dockerfile

This commit is contained in:
Kuba Kowalczyk 2019-04-26 11:53:24 +02:00
parent c8f35f75e0
commit 5ececf3203

View File

@ -3,6 +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 gawk
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git