soulbird commented on code in PR #494:
URL: https://github.com/apache/apisix-docker/pull/494#discussion_r1319312183
##########
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:
I am worried that directly introducing such open source tools will lead to
security vulnerabilities in our images. Is it possible to use sed to modify
files
--
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]