From 13dfaf1c2c76598b6c6b519b11b9fb75bf8c98f6 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Tue, 23 May 2023 13:19:53 +0900 Subject: [PATCH] added git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d8c39aa..70623f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update --yes && \ # - bzip2 is necessary to extract the micromamba executable. bzip2 \ ca-certificates \ + git \ locales \ curl \ dnsutils \