soulbird commented on code in PR #494:
URL: https://github.com/apache/apisix-docker/pull/494#discussion_r1319532192
##########
debian/Dockerfile:
##########
@@ -22,7 +22,7 @@ ARG APISIX_VERSION=3.5.0
RUN set -ex; \
arch=$(dpkg --print-architecture); \
apt update; \
- apt-get -y install --no-install-recommends wget gnupg ca-certificates
curl; \
+ apt-get -y install --no-install-recommends wget gnupg ca-certificates curl
wget;\
Review Comment:
Files can also be downloaded using the curl command without installing wget
--
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]