Skip to content

Commit

Permalink
using MAMBA variable to specify mamba installation in PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodelapierre authored Nov 2, 2023
1 parent 6d44a36 commit 6c084fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN \
multiqc=1.15 \
&& micromamba clean -a -y

ENV PATH /opt/conda/bin:$PATH
ENV PATH="$MAMBA_ROOT_PREFIX/bin:$PATH"
USER root

0 comments on commit 6c084fd

Please sign in to comment.