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

Initial commit

parent f0d3e8bd
Branches
Tags
No related merge requests found
Pipeline #5000 failed with stage
in 1 minute and 38 seconds
...@@ -16,8 +16,8 @@ before_script: ...@@ -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 # - 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 - apk add --no-cache icu-dev
- docker-php-ext-configure intl - docker-php-ext-configure intl
- docker-php-ext-install mbstring pdo_mysql json intl xml zip bz2 opcache mysqli - docker-php-ext-install mbstring json intl zip bz2 opcache mysqli
- docker-php-ext-enable mbstring pdo_mysql json intl xml zip bz2 opcache mysqli - docker-php-ext-enable mbstring json intl zip bz2 opcache mysqli
# - pear config-set http_proxy ${HTTP_PROXY} # - pear config-set http_proxy ${HTTP_PROXY}
# - pear clear-cache # - pear clear-cache
# - pear version # - 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