Skip to content

Commit

Permalink
Add conda to PATH (#20)
Browse files Browse the repository at this point in the history
* using MAMBA variable to specify mamba installation in PATH variable
  • Loading branch information
marcodelapierre authored Nov 2, 2023
1 parent 466e03e commit 99dc66f
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="$MAMBA_ROOT_PREFIX/bin:$PATH"
USER root

0 comments on commit 99dc66f

Please sign in to comment.