Initial commit
Are you ready to merge?
-
Do you have the correct folder structure? -
Do you have the full list of requirements?
For more information please visit our Contributor Onboarding Guide.
Comments & Concerns
This docker file uses PHP 7.4 base image as Moodle does not work with 8.1 yet. When used with a web server, such as nginx, the Moodle web application configuration page is shown. When Moodle is configured to run with a database, the database connection is made. Next, Moodle reports a configuration error due to missing PHP dependency php-mbstring...
Some thoughts as to whether the base image can be updated with php compile-time dependencies, whether an updated PHP composer could be used, or whether this Moodle image can install PHP and all the required dependencies using dnf.