Skip to content
Snippets Groups Projects
Commit e61a1ada authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent 3cd1f4bf
No related merge requests found
Pipeline #5007 failed with stage
in 1 minute and 35 seconds
......@@ -16,8 +16,8 @@ before_script:
# - apt-get --quiet install -my wget gnupg libcurl4-gnutls-dev libicu-dev libmcrypt-dev libvpx-dev libjpeg-dev libpng-dev libxpm-dev zlib1g-dev libfreetype6-dev libxml2-dev libexpat1-dev libbz2-dev libgmp3-dev libldap2-dev unixodbc-dev libpq-dev libsqlite3-dev libaspell-dev libsnmp-dev libpcre3-dev libtidy-dev --yes
- apk add --no-cache icu-dev
- docker-php-ext-configure intl
- docker-php-ext-install mbstring json intl zip bz2 opcache mysqli
- docker-php-ext-enable mbstring json intl zip bz2 opcache mysqli
- docker-php-ext-install json intl mysqli
- docker-php-ext-enable json intl mysqli
# - pear config-set http_proxy ${HTTP_PROXY}
# - pear clear-cache
# - pear version
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment