Fixed PATH
This commit is contained in:
parent
d1d53e834d
commit
3df626536c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user