Skip to content

Commit

Permalink
Update Dockerfile_PSMNet
Browse files Browse the repository at this point in the history
  • Loading branch information
erupnik authored Jun 21, 2022
1 parent 5846af3 commit a567d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_PSMNet
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ RUN cd micmac/MMVII/bin && \
/bin/bash install.sh

#MicMac add environmental variable to executables
ENV PATH=${foo}micmac/bin/:${foo}micmac/MMVII/bin/:${PATH}
RUN echo ${foo}micmac/bin/:${foo}micmac/MMVII/bin/:${PATH}
ENV PATH=${foo}micmac/bin:${foo}micmac/MMVII/bin:${PATH}
RUN echo ${foo}micmac/bin:${foo}micmac/MMVII/bin:${PATH}

0 comments on commit a567d2a

Please sign in to comment.