You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/02/27 10:04:13 UTC

[apisix] branch master updated: fix: add unzip into ubuntu dependency install script (#6453)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new f099a9c  fix: add unzip into ubuntu dependency install script (#6453)
f099a9c is described below

commit f099a9c63a03750d9513b94ec93fae90a65c3340
Author: YuanYingdong <19...@qq.com>
AuthorDate: Sun Feb 27 18:04:02 2022 +0800

    fix: add unzip into ubuntu dependency install script (#6453)
    
    Co-authored-by: yingdongyuan <yi...@deeproute.ai>
---
 utils/install-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/install-dependencies.sh b/utils/install-dependencies.sh
index e692f0d..8a09640 100755
--- a/utils/install-dependencies.sh
+++ b/utils/install-dependencies.sh
@@ -79,7 +79,7 @@ function install_dependencies_with_apt() {
     sudo apt-get update
 
     # install OpenResty and some compilation tools
-    sudo apt-get install -y git openresty curl openresty-openssl111-dev make gcc libpcre3 libpcre3-dev libldap2-dev
+    sudo apt-get install -y git openresty curl openresty-openssl111-dev make gcc libpcre3 libpcre3-dev libldap2-dev unzip
 }
 
 # Install dependencies on mac osx