We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It happens when I run make on a clean branch on this repo:
make
/dev/doc-en$ make docker build .docker -t php/doc-en [+] Building 6.0s (5/12) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 685B 0.0s => [internal] load metadata for docker.io/library/php:8.2-cli 1.6s => [internal] load .dockerignore [...]
=> exporting to image 0.8s => => exporting layers 0.8s => => writing image sha256:7d2764eca497e1282db787a4c1ed74824f010d8b0fa10638d6040657d689a061 0.0s => => naming to docker.io/php/doc-en 0.0s 1 warning found (use docker --debug to expand): - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 18) touch .docker/built docker run --rm -v .:/var/www/en -w /var/www -u 1000:1000 php/doc-en configure.php on PHP 8.2.27 fatal: detected dubious ownership in repository at '/var/www/doc-base' To add an exception for this directory, call: git config --global --add safe.directory /var/www/doc-base doc-base/temp clean up FAILED. make: *** [Makefile:22: xhtml] Error 1
Reproduced on both Ubuntu 24.04.1 and macOS.
The text was updated successfully, but these errors were encountered:
jimwins
No branches or pull requests
It happens when I run
make
on a clean branch on this repo:Reproduced on both Ubuntu 24.04.1 and macOS.
The text was updated successfully, but these errors were encountered: