Skip to content

Commit 084e1bf

Browse files
committed
Add Git
1 parent bff3fad commit 084e1bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

root/tmp/setup/php-extensions.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ PACKAGES_MYMARIA="libmariadbclient18"
1818
# Packages for other Moodle runtime dependenices.
1919
PACKAGES_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.
2225
PACKAGES_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.
3741
echo 'Generating locales..'

0 commit comments

Comments
 (0)