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"
18
18
# Packages for other Moodle runtime dependenices.
19
19
PACKAGES_RUNTIME=" ghostscript libaio1 libcurl3 libgss3 libicu57 libmcrypt-dev libxml2 libxslt1.1 locales sassc unzip unixodbc sassc"
20
20
21
+ # Packages required for moodle-local_ci.
22
+ PACKAGES_CI=" git"
23
+
21
24
# Packages for Memcached.
22
25
PACKAGES_MEMCACHED=" libmemcached11 libmemcachedutil2"
23
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 \
34
- $PACKAGES_LDAP
37
+ $PACKAGES_LDAP \
38
+ $PACKAGES_CI
35
39
36
40
# Generate the locales configuration fo rboth Australia, and the US.
37
41
echo ' Generating locales..'
You can’t perform that action at this time.
0 commit comments