Fixed another typo
This commit is contained in:
parent
6d908cb64a
commit
a764accd4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user