nimmis / docker-alpine-apache-php7

This is docker images of Alpine with apache2 and php7/composer
14 stars 6 forks source link

Build is failing #1

Closed keithy closed 6 years ago

keithy commented 6 years ago

Hello the build is failing due to a silly easily fixable error.

When adding the symbolic link php7 -> php, due to /usr/bin/php already existing. Someone beat you to it.

Or if you switch to the 7.2 repo (as suggested #2) the link is needed again.

K

nimmis commented 6 years ago

Thank you for the error report

Issue fixed, did a fix that check if the link exist and adds it if it does not exists, future proof :)