pierrecdn / phpipam

phpIPAM Docker image
GNU Lesser General Public License v3.0
94 stars 111 forks source link

Dockerfile build doesn't work due to enable-gd-native-ttf #59

Closed davdmrgn closed 4 years ago

davdmrgn commented 4 years ago

enable-gd-native-ttf is removed in PHP 7.2. Build fails.

https://github.com/pierrecdn/phpipam/blob/master/Dockerfile#L29

https://www.php.net/manual/en/migration72.other-changes.php

pierrecdn commented 4 years ago

Very true, thanks! I'm wondering how it used to work in the first place with the 7.2 image.

Anyway, fixing it.