export SCTK to PATH
This commit is contained in:
parent
bbac99cfaf
commit
467f40799b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user