add metric counter

This commit is contained in:
Krzysztof Jurkiewicz 2019-04-26 15:32:25 +02:00
parent 07ad51dfa0
commit 34dfbdac5d

View File

@ -7,7 +7,7 @@ RUN apt install -y gawk
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git
RUN apt install -y python
RUN apt-get install -y python3
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc
ENV PATH=$PATH:/SCTK/bin