diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7336f56586f2c8d1b7a7bc60b4dcb0a1bb5a1290..73225c79f2bfb2e3906c558c2c8ca0f0500631a2 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: before_script: - export http_proxy=${HTTP_PROXY} - export https_proxy=${HTTP_PROXY} - - apk update && apk add ca-certificates wget && update-ca-certificates + - apk update && apk add ca-certificates wget autoconf make && update-ca-certificates - pear config-set http_proxy ${HTTP_PROXY} - pear update-channels && pear upgrade --force - wget http://pecl.php.net/get/xdebug-2.6.0.tgz