Revolyssup commented on code in PR #494:
URL: https://github.com/apache/apisix-docker/pull/494#discussion_r1319542972


##########
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:
   this was a typo, we are already downloading wget as you can see that's the 
first package in this command, I removed this redundant `wget` at the end.



-- 
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]

Reply via email to