From d9a602e2c418fa920a10a1574ba0d59cabc1fa4c Mon Sep 17 00:00:00 2001 From: Nils Stinnesbeck Date: Sat, 20 May 2023 18:00:16 +0200 Subject: [PATCH] added default git branch main --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e4587b4..7083ad5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ qemu-utils \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +RUN git config --global init.defaultBranch main VOLUME /gluon WORKDIR /gluon