File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.2-apache-stretch
1+ FROM php:7.2-apache-buster
22
33ADD root/ /
44# Fix the original permissions of /tmp, the PHP default upload tmp dir.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Moodle PHP environment configured for Moodle development based on [Official PH
66
77| PHP Version | Variant | Tags | Status |
88| --------------| ---------| ------------------| --------|
9- | PHP 7.2 | Stretch | 7.2, 7.2-stretch | [ ![ Build Status] ( https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.2-stretch )] ( https://travis-ci.org/moodlehq/moodle-php-apache ) |
9+ | PHP 7.2 | Buster | 7.2-buster | [ ![ Build Status] ( https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.2-buster )] ( https://travis-ci.org/moodlehq/moodle-php-apache ) |
1010
1111For a complete list of supported versions, look to the [ master README] ( https://github.com/moodlehq/moodle-php-apache/tree/master ) .
1212
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ BUILD_PACKAGES="gettext gnupg libcurl4-openssl-dev libfreetype6-dev libicu-dev l
1313PACKAGES_POSTGRES=" libpq5"
1414
1515# Packages for MariaDB and MySQL.
16- PACKAGES_MYMARIA=" libmariadbclient18 "
16+ PACKAGES_MYMARIA=" libmariadb3 "
1717
1818# Packages for other Moodle runtime dependenices.
19- PACKAGES_RUNTIME=" ghostscript libaio1 libcurl3 libgss3 libicu57 libmcrypt-dev libxml2 libxslt1.1 \
19+ PACKAGES_RUNTIME=" ghostscript libaio1 libcurl4 libgss3 libicu63 libmcrypt-dev libxml2 libxslt1.1 \
2020 libzip-dev locales sassc unixodbc unzip zip"
2121
2222# Packages for Memcached.
You can’t perform that action at this time.
0 commit comments