From 370d2d93e8444768845d08f2e52cc7e10c871537 Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Fri, 27 Apr 2018 00:47:48 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7336f56..73225c7 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 -- GitLab