Fixed PATH

This commit is contained in:
Tomasz Ziętkiewicz 2019-04-26 02:05:31 +02:00
parent d1d53e834d
commit 3df626536c
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ 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
ENV PATH=$PATH:$PWD/bin
ENV PATH=$PATH:/SCTK/bin