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

wenming pushed a commit to branch release/apisix-3.7.0
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/release/apisix-3.7.0 by this 
push:
     new 478791d  fix: save ca-certificates package (#525)
478791d is described below

commit 478791d2b32b5b2742e797e0e037542b16d9ec4c
Author: Zhenyu Luo <[email protected]>
AuthorDate: Thu Dec 14 18:48:57 2023 +0800

    fix: save ca-certificates package (#525)
---
 debian/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/Dockerfile b/debian/Dockerfile
index 1eba2c6..e0e8825 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -45,7 +45,7 @@ RUN set -ex; \
     && openresty -V \
     && apisix version
 
-RUN apt-get -y purge --auto-remove curl wget gnupg ca-certificates 
--allow-remove-essential
+RUN apt-get -y purge --auto-remove curl wget gnupg --allow-remove-essential
 
 WORKDIR /usr/local/apisix
 

Reply via email to