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

AlinsRan 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 74c5e27c43 fix(dev-image): add libwww-perl (#13815)
74c5e27c43 is described below

commit 74c5e27c430ec72c35b35134f13bef7495878be0
Author: Arjen10 <[email protected]>
AuthorDate: Fri Aug 14 17:45:05 2026 +0800

    fix(dev-image): add libwww-perl (#13815)
---
 example/build-dev-image.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/build-dev-image.dockerfile 
b/example/build-dev-image.dockerfile
index da0d827ba8..87526f3a10 100644
--- a/example/build-dev-image.dockerfile
+++ b/example/build-dev-image.dockerfile
@@ -19,7 +19,7 @@ FROM ubuntu:20.04
 
 # Install Test::Nginx
 RUN apt update
-RUN apt install -y cpanminus make
+RUN apt install -y cpanminus make libwww-perl
 RUN cpanm --notest Test::Nginx
 
 # Install development utils

Reply via email to