export SCTK to PATH

This commit is contained in:
Tomasz Ziętkiewicz 2019-04-26 01:55:37 +02:00
parent bbac99cfaf
commit 467f40799b
1 changed files with 2 additions and 1 deletions

View File

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