Skip to content

Commit 7cd5131

Browse files
authored
Merge pull request #73 from stronk7/7.2-buster
New 7.2-buster build
2 parents 7dbfe9a + 5d71e2e commit 7cd5131

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2-apache-stretch
1+
FROM php:7.2-apache-buster
22

33
ADD root/ /
44
# Fix the original permissions of /tmp, the PHP default upload tmp dir.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
For a complete list of supported versions, look to the [master README](https://github.com/moodlehq/moodle-php-apache/tree/master).
1212

hooks/post_push

Lines changed: 0 additions & 15 deletions
This file was deleted.

root/tmp/setup/php-extensions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ BUILD_PACKAGES="gettext gnupg libcurl4-openssl-dev libfreetype6-dev libicu-dev l
1313
PACKAGES_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.

0 commit comments

Comments
 (0)