Skip to content

Commit

Permalink
Adjust the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Feb 1, 2024
1 parent 0e7cb91 commit 1f71a02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM mambaorg/micromamba

ARG MAMBA_DOCKERFILE_ACTIVATE=1

USER root
RUN apt-get update && apt-get install uuid-runtime
USER mambauser

RUN micromamba install -y -c https://packages.qiime2.org/qiime2/2023.7/tested/ \
-c conda-forge -c bioconda -c defaults \
q2cli q2-fondue
Expand Down

0 comments on commit 1f71a02

Please sign in to comment.