We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43eed16 + e6b754f commit 20db372Copy full SHA for 20db372
dev/docker/Dockerfile
@@ -14,6 +14,9 @@ RUN apt-get update && \
14
wait-for-it && \
15
rm -rf /var/lib/apt/lists/*
16
17
+# Mark /app as safe for Git >= 2.35.2
18
+RUN git config --system --add safe.directory /app
19
+
20
# Install PHP extensions
21
RUN docker-php-ext-configure ldap --with-libdir="lib/$(gcc -dumpmachine)" && \
22
docker-php-ext-configure gd --with-freetype --with-jpeg && \
0 commit comments