We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff3fad commit 084e1bfCopy full SHA for 084e1bf
root/tmp/setup/php-extensions.sh
@@ -18,6 +18,9 @@ PACKAGES_MYMARIA="libmariadbclient18"
18
# Packages for other Moodle runtime dependenices.
19
PACKAGES_RUNTIME="ghostscript libaio1 libcurl3 libgss3 libicu57 libmcrypt-dev libxml2 libxslt1.1 locales sassc unzip unixodbc sassc"
20
21
+# Packages required for moodle-local_ci.
22
+PACKAGES_CI="git"
23
+
24
# Packages for Memcached.
25
PACKAGES_MEMCACHED="libmemcached11 libmemcachedutil2"
26
@@ -31,7 +34,8 @@ apt-get install -y --no-install-recommends apt-transport-https \
31
34
$PACKAGES_MYMARIA \
32
35
$PACKAGES_RUNTIME \
33
36
$PACKAGES_MEMCACHED \
- $PACKAGES_LDAP
37
+ $PACKAGES_LDAP \
38
+ $PACKAGES_CI
39
40
# Generate the locales configuration fo rboth Australia, and the US.
41
echo 'Generating locales..'
0 commit comments