From 5ececf3203df39deb15b9ce4fe1b85afce0b789e Mon Sep 17 00:00:00 2001 From: Kuba Kowalczyk Date: Fri, 26 Apr 2019 11:53:24 +0200 Subject: [PATCH] dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b6b59c..9752dd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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