Add coding

This commit is contained in:
Gabriela Pałka 2020-04-03 14:15:23 +02:00
parent 1b6c90a838
commit 273cac1b98

View File

@ -10,3 +10,5 @@ RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc
ENV PATH=$PATH:/SCTK/bin
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8