From 15e6b782d26cff8917f0d1f20f33f2bcb834272c Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Fri, 27 Apr 2018 00:52:13 +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 26ed51a..fa51ea0 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 alpine-sdk && update-ca-certificates
+  - apk update && apk add ca-certificates wget autoconf 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
-- 
GitLab