Skip to content

Commit

Permalink
Update mamba config to conda config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 25, 2022
1 parent 3efd71c commit ded37c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/containers/containers-3-building-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ can take a look at an example below:

```no-highlight
FROM my_docker_image:latest
RUN mamba config --add channels bioconda && \
mamba config --add channels conda-forge && \
RUN conda config --add channels bioconda && \
conda config --add channels conda-forge && \
mamba install -n base fastqc=0.11.9 sra-tools=2.10.1
COPY run_qc.sh .
CMD bash run_qc.sh
Expand Down

0 comments on commit ded37c9

Please sign in to comment.