Skip to content

Commit 841acdf

Browse files
fix: install conda in container image
1 parent d829bb7 commit 841acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN micromamba create -q -y -c bioconda -c conda-forge -n snakemake \
1919
snakemake-minimal --only-deps && \
2020
eval "$(micromamba shell hook --shell bash)" && \
2121
micromamba activate /opt/conda/envs/snakemake && \
22-
micromamba install -c conda-forge mamba && \
22+
micromamba install -c conda-forge conda && \
2323
micromamba clean --all -y
2424

2525
ENV PATH /opt/conda/envs/snakemake/bin:/opt/conda/envs/apptainer/bin:${PATH}

0 commit comments

Comments
 (0)