From 6bd8dfc56a366aa62434651ebe57be36763256b5 Mon Sep 17 00:00:00 2001 From: Michal Ziemski Date: Fri, 2 Feb 2024 09:34:01 +0000 Subject: [PATCH] Add git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6dd3410..bdb98cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM mambaorg/micromamba ARG MAMBA_DOCKERFILE_ACTIVATE=1 USER root -RUN apt-get update && apt-get -y install uuid-runtime build-essential +RUN apt-get update && apt-get -y install uuid-runtime build-essential git USER mambauser RUN micromamba install -y -c https://packages.qiime2.org/qiime2/2023.7/tested/ \