Skip to content

Commit

Permalink
fix: re-add ca-certificates package (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoyuyu authored Dec 14, 2023
1 parent 0624a79 commit f9b445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9b445f

Please sign in to comment.