erseco / alpine-moodle

Moodle docker image based on Alpine Linux
https://hub.docker.com/r/erseco/alpine-moodle
MIT License
44 stars 34 forks source link

[Error] php8: not found #16

Closed aldinokemal closed 2 years ago

aldinokemal commented 2 years ago

moodle_1 | Generating config.php file... moodle_1 | /docker-entrypoint-init.d/02-configure-moodle.sh: line 23: php8: not found

image
aldinokemal commented 2 years ago

I think you need to change php8 become php81

erseco commented 2 years ago

The php81 version is in beta, because moodle is not fully supporting it, so I fixed the erseco/alpine-php-webserver base image to the 1.13.0 version, you should now be able to build it.

If you want to test the php81 you can check the php81 branch.

Best regards.