From 1f71a02782fedf5cc84c62b78ac3a3997f1363dd Mon Sep 17 00:00:00 2001 From: Michal Ziemski Date: Thu, 1 Feb 2024 22:25:27 +0100 Subject: [PATCH] Adjust the Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1a69b71..e0a9095 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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