spacewander commented on a change in pull request #3415: URL: https://github.com/apache/apisix/pull/3415#discussion_r566559922
########## File path: doc/install-dependencies.md ########## @@ -53,7 +53,7 @@ sudo yum install yum-utils sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo # install OpenResty and some compilation tools -sudo yum install -y openresty curl git gcc luarocks lua-devel +sudo yum install -y openresty curl git gcc luarocks lua-devel openresty-openssl-devel Review comment: Need to remove luarocks from this list. ########## File path: doc/install-dependencies.md ########## @@ -73,7 +78,10 @@ tar -xvf etcd-v3.4.13-linux-amd64.tar.gz && \ sudo cp -a etcd etcdctl /usr/bin/ # install OpenResty and some compilation tools -sudo yum install -y openresty curl git gcc luarocks lua-devel +sudo yum install -y openresty curl git gcc luarocks lua-devel openresty-openssl-devel Review comment: Ditto ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
