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

monkeydluffy 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 f9b445f  fix: re-add ca-certificates package (#523)
f9b445f is described below

commit f9b445f80fa31de1aef5fbe2ee173f9934251ea9
Author: Zhenyu Luo <luoluoyuyu2...@gmail.com>
AuthorDate: Thu Dec 14 15:12:09 2023 +0800

    fix: re-add ca-certificates package (#523)
---
 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