File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ PACKAGES_MYMARIA="libmariadbclient18"
1818# Packages for other Moodle runtime dependenices.
1919PACKAGES_RUNTIME=" ghostscript libaio1 libcurl3 libgss3 libicu57 libmcrypt-dev libxml2 libxslt1.1 locales sassc unzip unixodbc sassc"
2020
21+ # Packages required for moodle-local_ci.
22+ PACKAGES_CI=" git"
23+
2124# Packages for Memcached.
2225PACKAGES_MEMCACHED=" libmemcached11 libmemcachedutil2"
2326
@@ -31,7 +34,8 @@ apt-get install -y --no-install-recommends apt-transport-https \
3134 $PACKAGES_MYMARIA \
3235 $PACKAGES_RUNTIME \
3336 $PACKAGES_MEMCACHED \
34- $PACKAGES_LDAP
37+ $PACKAGES_LDAP \
38+ $PACKAGES_CI
3539
3640# Generate the locales configuration fo rboth Australia, and the US.
3741echo ' Generating locales..'
You can’t perform that action at this time.
0 commit comments