Skip to content

Commit

Permalink
Add git
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Feb 2, 2024
1 parent ad88759 commit 6bd8dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit 6bd8dfc

Please sign in to comment.