sihyeonn commented on code in PR #12807:
URL: https://github.com/apache/apisix/pull/12807#discussion_r2652062220
##########
docker/debian-dev/Dockerfile:
##########
@@ -54,11 +65,12 @@ RUN apt-get -y update --fix-missing \
COPY --from=build /usr/local/apisix /usr/local/apisix
COPY --from=build /usr/local/openresty /usr/local/openresty
COPY --from=build /usr/bin/apisix /usr/bin/apisix
+COPY --from=build /usr/local/brotli /usr/local/brotli
COPY --chown=nobody:root ui/ /usr/local/apisix/ui/
-COPY ${INSTALL_BROTLI} /install-brotli.sh
-RUN chmod +x /install-brotli.sh \
- && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh
+RUN echo /usr/local/brotli/lib | tee /etc/ld.so.conf.d/brotli.conf \
Review Comment:
Thanks for your review! I handled it.
--
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]