This commit is contained in:
Dawid Kubicki 2019-04-26 13:27:15 +02:00
parent 388582c9a1
commit 96f02609aa
3 changed files with 3 additions and 2 deletions

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

View File

@ -1,5 +1,5 @@
BEGIN {
FS="//t"
FS="\\t"
}
{

View File

@ -1,5 +1,5 @@
BEGIN {
FS="//t"
FS="\\t"
}
{