This is an automated email from the ASF dual-hosted git repository.
shuyangw 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 20a7f9d ci: Add PCRE package for dependency installation (#202)
20a7f9d is described below
commit 20a7f9def031ef0304345092a408c6c3842afd29
Author: Rushikesh Tote <[email protected]>
AuthorDate: Mon Aug 2 23:27:30 2021 +0530
ci: Add PCRE package for dependency installation (#202)
Signed-off-by: Rushikesh Tote <[email protected]>
---
alpine-local/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/alpine-local/Dockerfile b/alpine-local/Dockerfile
index 2001186..2bd0048 100644
--- a/alpine-local/Dockerfile
+++ b/alpine-local/Dockerfile
@@ -14,6 +14,8 @@ RUN set -x \
pkgconfig \
cmake \
git \
+ pcre \
+ pcre-dev \
&& cd apisix \
&& make deps \
&& cp -v bin/apisix /usr/bin/ \