6f52d1e (parent 07e427c)12/18/2023, 3:15:16 AM
fix for dubious permission issue
+ 3
- 0
@@ -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