Closed rousku closed 7 years ago
Latest alpine image installs /usr/bin/php symlink and so building the docker image for 6.0.6 fails with following message:
Executing busybox-1.26.2-r4.trigger Executing ca-certificates-20161130-r2.trigger OK: 48 MiB in 59 packages ln: /usr/bin/php: File exists
Removing the line "&& ln -s /usr/bin/php7 /usr/bin/php \" fixes the issue.
Hello @rousku a PR ? :)
Latest alpine image installs /usr/bin/php symlink and so building the docker image for 6.0.6 fails with following message:
Removing the line "&& ln -s /usr/bin/php7 /usr/bin/php \" fixes the issue.