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 73529f3 commit be109adCopy full SHA for be109ad
1 file changed
dockerfile.sh
@@ -20,6 +20,7 @@ echo -e "
20
FROM $PHP_IMAGE
21
22
RUN apt-get update && apt-get install -y curl git unzip libgmp-dev libonig-dev && \\
23
+ git config --global --add safe.directory '*' && \\
24
ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \\
25
echo memory_limit = 256M > \$(php -r 'echo PHP_CONFIG_FILE_SCAN_DIR;')/zz-custom.ini && \\
26
docker-php-ext-install mbstring gmp${RUN_CMDS}
0 commit comments