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

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


The following commit(s) were added to refs/heads/master by this push:
     new 89cc56c  fix: push pr ci failed (#1409)
89cc56c is described below

commit 89cc56c7e3f30838fd1c2a1f0b1835e47a0e73ca
Author: JinChen <[email protected]>
AuthorDate: Mon Feb 1 19:29:13 2021 +0800

    fix: push pr ci failed (#1409)
---
 api/test/docker/Dockerfile-apisix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/api/test/docker/Dockerfile-apisix 
b/api/test/docker/Dockerfile-apisix
index bd1ad0a..35759cb 100644
--- a/api/test/docker/Dockerfile-apisix
+++ b/api/test/docker/Dockerfile-apisix
@@ -29,6 +29,8 @@ RUN set -x \
     pkgconfig \
     cmake \
     git \
+    && luarocks config variables.OPENSSL_LIBDIR 
/usr/local/openresty/openssl/lib \
+    && luarocks config variables.OPENSSL_INCDIR 
/usr/local/openresty/openssl/include \
     && luarocks install 
https://github.com/apache/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec
 --tree=/usr/local/apisix/deps \
     && cp -v 
/usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/${APISIX_VERSION}-0/bin/apisix
 /usr/bin/ \
     && mv /usr/local/apisix/deps/share/lua/5.1/apisix /usr/local/apisix \

Reply via email to