docker-php-5.3-apache
docker-php-5.3-apache copied to clipboard
php 5.3 with apache
The command '/bin/sh -c gpg --keyserver pgp.mit.edu --recv-keys 0B96609E270F565C13292B24C13C70B87267B52D 0A95E9A026542D53835E3F3A7DEC4E69FC9C83D7' returned a non-zero code: 2 this is error shows
Based on this issue: https://github.com/eugeneware/docker-php-5.3-apache/issues/2 Here is the fix for bcmath Fixed docker-php-ext-enable adding `$PHP_INI_DIR` to ini var.
When I try to install the module bcmath through `docker-php-ext-install` I get the following error: ``` Build complete. Don't forget to run 'make test'. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20090626/ docker-php-ext-enable bcmath.so...
Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found
updating workdir to /home/site/wwwroot for the webserver to access the web app, which is generally deployed under "/home/site/wwwroot"