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


##########
debian/Dockerfile:
##########
@@ -52,6 +52,9 @@ RUN groupadd --system --gid 636 apisix \
     && useradd --system --gid apisix --no-create-home --shell 
/usr/sbin/nologin --uid 636 apisix \
     && chown -R apisix:apisix /usr/local/apisix
 
+RUN wget -qO /usr/local/bin/yq 
https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 \

Review Comment:
   Doing it with sed was harder, trickier and hackier so I went with `yq`. Your 
comment makes sense. Okay I will replace this. 



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