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

Initial commit

parent 25df7405
Branches
No related merge requests found
Pipeline #4999 failed with stage
in 1 minute and 40 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 pdo_mysql json intl gd xml zip bz2 opcache mysqli
- docker-php-ext-enable mbstring pdo_mysql json intl gd xml zip bz2 opcache mysqli
- docker-php-ext-install mbstring pdo_mysql json intl xml zip bz2 opcache mysqli
- docker-php-ext-enable mbstring pdo_mysql json intl xml zip bz2 opcache 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