Skip to content

Commit

Permalink
Add Git
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 26, 2019
1 parent 6b36296 commit 8994b2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion root/tmp/setup/php-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ PACKAGES_MYMARIA="libmariadbclient18"
# Packages for other Moodle runtime dependenices.
PACKAGES_RUNTIME="ghostscript libaio1 libcurl3 libgss3 libicu57 libmcrypt-dev libxml2 libxslt1.1 locales sassc unzip unixodbc sassc"

# Packages required for moodle-local_ci.
PACKAGES_CI="git"

# Packages for Memcached.
PACKAGES_MEMCACHED="libmemcached11 libmemcachedutil2"

Expand All @@ -31,7 +34,8 @@ apt-get install -y --no-install-recommends apt-transport-https \
$PACKAGES_MYMARIA \
$PACKAGES_RUNTIME \
$PACKAGES_MEMCACHED \
$PACKAGES_LDAP
$PACKAGES_LDAP \
$PACKAGES_CI

# Generate the locales configuration fo rboth Australia, and the US.
echo 'Generating locales..'
Expand Down

0 comments on commit 8994b2e

Please sign in to comment.