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 <[email protected]>
AuthorDate: Sun Feb 27 18:04:02 2022 +0800

    fix: add unzip into ubuntu dependency install script (#6453)
    
    Co-authored-by: yingdongyuan <[email protected]>
---
 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

Reply via email to