tzssangglass commented on code in PR #7092:
URL: https://github.com/apache/apisix/pull/7092#discussion_r878644119


##########
utils/install-dependencies.sh:
##########
@@ -46,7 +46,7 @@ function install_dependencies_with_aur() {
 function install_dependencies_with_yum() {
     sudo yum install -y yum-utils
 
-    local common_dep="curl git gcc openresty-openssl111-devel unzip pcre 
pcre-devel openldap-devel"
+    local common_dep="curl wget git gcc openresty-openssl111-devel unzip pcre 
pcre-devel openldap-devel"

Review Comment:
   It seems we don't need to modify here?
   
   The `common_dep` here is for the CI runtime environment and only needs to be 
installed if it is not present in the CI.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to