fengshunli commented on code in PR #419:
URL: https://github.com/apache/apisix-docker/pull/419#discussion_r1097137702
##########
debian/Dockerfile:
##########
@@ -22,18 +22,18 @@ ARG APISIX_VERSION=3.1.0
RUN set -ex; \
arch=$(dpkg --print-architecture); \
apt update; \
- apt-get -y install --no-install-recommends wget gnupg ca-certificates; \
+ apt-get -y install --no-install-recommends wget gnupg ca-certificates
curl; \
Review Comment:
Are you sure you want to delete this wget? @Baoyuantop
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]