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-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 619d26d  fix: add pcre denpendency to all dockerfile (#206)
619d26d is described below

commit 619d26df77490c102e6a4c4cc123aad34842d01b
Author: Shuyang Wu <[email protected]>
AuthorDate: Sun Aug 8 21:04:12 2021 -0400

    fix: add pcre denpendency to all dockerfile (#206)
    
    Signed-off-by: yiyiyimu <[email protected]>
---
 all-in-one/apisix-dashboard/Dockerfile | 2 ++
 all-in-one/apisix/Dockerfile           | 2 ++
 alpine-dev/Dockerfile                  | 2 ++
 alpine/Dockerfile                      | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/all-in-one/apisix-dashboard/Dockerfile 
b/all-in-one/apisix-dashboard/Dockerfile
index e65b9fc..8a38abb 100644
--- a/all-in-one/apisix-dashboard/Dockerfile
+++ b/all-in-one/apisix-dashboard/Dockerfile
@@ -19,6 +19,8 @@ RUN set -x \
     pkgconfig \
     cmake \
     git \
+    pcre \
+    pcre-dev \
     && mkdir ~/.luarocks \
     && luarocks config variables.OPENSSL_LIBDIR 
/usr/local/openresty/openssl/lib \
     && luarocks config variables.OPENSSL_INCDIR 
/usr/local/openresty/openssl/include \
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index 08ecf13..6064ba6 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -19,6 +19,8 @@ RUN set -x \
     pkgconfig \
     cmake \
     git \
+    pcre \
+    pcre-dev \
     && mkdir ~/.luarocks \
     && luarocks config variables.OPENSSL_LIBDIR 
/usr/local/openresty/openssl/lib \
     && luarocks config variables.OPENSSL_INCDIR 
/usr/local/openresty/openssl/include \
diff --git a/alpine-dev/Dockerfile b/alpine-dev/Dockerfile
index 650ee71..30414fa 100644
--- a/alpine-dev/Dockerfile
+++ b/alpine-dev/Dockerfile
@@ -12,6 +12,8 @@ RUN set -x \
     pkgconfig \
     cmake \
     git \
+    pcre \
+    pcre-dev \
     && mkdir ~/.luarocks \
     && luarocks config variables.OPENSSL_LIBDIR 
/usr/local/openresty/openssl/lib \
     && luarocks config variables.OPENSSL_INCDIR 
/usr/local/openresty/openssl/include \
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 43185b2..e9b6a30 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -15,6 +15,8 @@ RUN set -x \
     pkgconfig \
     cmake \
     git \
+    pcre \
+    pcre-dev \
     && mkdir ~/.luarocks \
     && luarocks config variables.OPENSSL_LIBDIR 
/usr/local/openresty/openssl/lib \
     && luarocks config variables.OPENSSL_INCDIR 
/usr/local/openresty/openssl/include \

Reply via email to