Skip to content

Commit

Permalink
Add conda to PATH
Browse files Browse the repository at this point in the history
Miniconda docker image had this, Micromamba does not.
Required for usage with Singularity.
  • Loading branch information
marcodelapierre authored Nov 2, 2023
1 parent 466e03e commit 6d44a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN \
multiqc=1.15 \
&& micromamba clean -a -y

ENV PATH /opt/conda/bin:$PATH
USER root

0 comments on commit 6d44a36

Please sign in to comment.