docker-php-minimal
docker-php-minimal copied to clipboard
A collection of Dockerfiles for different versions of a very barebones PHP.
Hi, Getting this error: `ERROR: /etc/makepkg.conf not found.` ``` docker build --tag php-5.1.6 php-5.1.6 Sending build context to Docker daemon 5.632kB Step 1/9 : FROM nubs/arch-build ---> af2b6c506f23 Step 2/9...
The build process changed a lot from 4.0.5 to 4.0.6 and there are numerous problems with trying to build 4.0.5 in a modern environment.
There is a lot of duplication between all the different files. Coming up with a good way to do these builds without duplication would be nice.