You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/05/30 07:01:24 UTC

[apisix] branch master updated: docs: update install-dependencies (#4338)

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

tokers 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 7cf52c0  docs: update install-dependencies (#4338)
7cf52c0 is described below

commit 7cf52c051e9413f4d3a5dac5bd132256bc4ce764
Author: Joshua Yang <yx...@gmail.com>
AuthorDate: Sun May 30 15:01:17 2021 +0800

    docs: update install-dependencies (#4338)
---
 docs/en/latest/install-dependencies.md | 2 +-
 docs/zh/latest/install-dependencies.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/install-dependencies.md b/docs/en/latest/install-dependencies.md
index 4f58fa7..26cdafd 100644
--- a/docs/en/latest/install-dependencies.md
+++ b/docs/en/latest/install-dependencies.md
@@ -105,7 +105,7 @@ tar -xvf etcd-v3.4.13-linux-amd64.tar.gz && \
     sudo cp -a etcd etcdctl /usr/bin/
 
 # install OpenResty and some compilation tools
-sudo apt-get install -y git openresty curl openresty-openssl111-dev
+sudo apt-get install -y git openresty curl openresty-openssl111-dev make gcc
 
 # install LuaRocks
 curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | bash -
diff --git a/docs/zh/latest/install-dependencies.md b/docs/zh/latest/install-dependencies.md
index 0a2449b..6946daa 100644
--- a/docs/zh/latest/install-dependencies.md
+++ b/docs/zh/latest/install-dependencies.md
@@ -105,7 +105,7 @@ tar -xvf etcd-v3.4.13-linux-amd64.tar.gz && \
     sudo cp -a etcd etcdctl /usr/bin/
 
 # 安装 OpenResty 和 编译工具
-sudo apt-get install -y git openresty curl openresty-openssl111-dev
+sudo apt-get install -y git openresty curl openresty-openssl111-dev make gcc
 
 # 安装 LuaRocks
 curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | bash -