diff --git a/Dockerfile b/Dockerfile index adba469..8c13884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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