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.
1 parent 3375963 commit 58db19cCopy full SHA for 58db19c
2 files changed
docker/php/81/Dockerfile
@@ -6,3 +6,5 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
6
RUN apt-get update && apt-get install zip unzip git -y \
7
&& pecl install xdebug \
8
&& pecl install pcov
9
+
10
+RUN git config --global --add safe.directory /usr/src/myapp
docker/php/82/Dockerfile
0 commit comments