fix for dubious permission issue@@ -100,6 +100,9 @@ RUN mkdir -p /etc/apt/keyrings && \
RUN echo "/usr/bin/git-shell" >> /etc/shells
# RUN chsh -s /usr/bin/git-shell
+# Ensure not stupid git error pops
+RUN git config --system --add safe.directory '*'
+
# Create git user
RUN adduser git
RUN groupadd -f git