Skip to content

Commit d593b95

Browse files
committed
more WDL friendly
1 parent 07c5a4f commit d593b95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN micromamba install -y -n base -f /tmp/env.yaml && \
88
# Enable conda environment activation for subsequent RUN commands
99
ARG MAMBA_DOCKERFILE_ACTIVATE=1
1010

11+
# Add manually to PATH for all the image-users who override our entrypoint
12+
ENV PATH="/opt/conda/bin:$PATH"
13+
1114
# Verify key tools are available
1215
RUN python --version && \
1316
samtools --version | head -1 && \

0 commit comments

Comments
 (0)