diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f98af60..13eb423 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + @@ -100,6 +111,7 @@ @@ -252,5 +264,12 @@ + + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bf3941c..d122bc6 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