Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bananabenana authored Dec 5, 2024
1 parent 3583478 commit 118d83f
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 @@ -2,7 +2,7 @@ FROM mambaorg/micromamba:0.24.0

RUN \
micromamba install -y -n base -c scwatts -c bioconda -c conda-forge -c defaults \
'bactabolize==1.0.3' && \
'bactabolize==1.0.4' && \
micromamba clean --all --yes

ENV PATH="/opt/conda/bin:/opt/conda/condabin:${PATH}"

0 comments on commit 118d83f

Please sign in to comment.