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

Initial commit

parent b7bdb365
No related merge requests found
Pipeline #5018 failed with stage
in 1 minute
......@@ -11,6 +11,16 @@ variables:
before_script:
- export http_proxy=${HTTP_PROXY}
- export https_proxy=${HTTP_PROXY}
- pear config-set http_proxy ${HTTP_PROXY}
- pear update-channels && pear upgrade --force
- wget http://pecl.php.net/get/xdebug-2.6.0.tgz
- tar xzf xdebug-2.6.0.tgz
- cd xdebug-2.6.0/
- phpize
- ./configure
- make && make install
- cd ..
- docker-php-ext-enable xdebug
- pecl install xdebug
- docker-php-ext-configure intl
- docker-php-ext-install json intl mysqli
......
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