Skip to content

Commit

Permalink
fix: keep path intact
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Apr 26, 2024
1 parent d34bfeb commit d623c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/star_ucsc_cufflinks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ RUN wget https://github.com/TreesLab/NCLscan/archive/refs/tags/v${NCLSCAN_VERSIO
tar -xzvf nclscan.tar.gz -C /opt2/ && \
cd /opt2/NCLscan-${NCLSCAN_VERSION}/bin/ && \
make
ENV PATH="/opt2/NCLscan-${NCLSCAN_VERSION}/:/opt2/NCLscan-${NCLSCAN_VERSION}/bin:"
ENV PATH="/opt2/NCLscan-${NCLSCAN_VERSION}/:/opt2/NCLscan-${NCLSCAN_VERSION}/bin:${PATH}"

# Save Dockerfile in the docker
COPY Dockerfile /opt2/Dockerfile_${REPONAME}.${BUILD_TAG}
RUN chmod a+r /opt2/Dockerfile_${REPONAME}.${BUILD_TAG}

# cleanup
WORKDIR /data2
Expand Down

0 comments on commit d623c9f

Please sign in to comment.