diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73225c79f2bfb2e3906c558c2c8ca0f0500631a2..26ed51aedf6c595c277e3d6015fcb3fa1b842123 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 autoconf make && update-ca-certificates + - apk update && apk add ca-certificates wget alpine-sdk && 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