Skip to content

Commit

Permalink
fixed micromamba command
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Jul 26, 2024
1 parent 5e952ed commit 8d2bf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV LANG C.UTF-8
ENV SHELL /bin/bash
USER root

RUN micromamba config set extract_threads 1 \
RUN micromamba config set extract_threads 1 && \
micromamba install -q -y -c bioconda -c conda-forge -n base \
mess --only-deps && \
micromamba install -q -y -c conda-forge -n base mamba && \
Expand Down

0 comments on commit 8d2bf87

Please sign in to comment.