tao12345666333 commented on a change in pull request #278:
URL: https://github.com/apache/apisix-docker/pull/278#discussion_r800058023
##########
File path: alpine-dev/Dockerfile
##########
@@ -41,7 +41,12 @@ RUN set -x \
&& cp -v
/usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/master-0/bin/apisix
/usr/bin/ \
&& mv /usr/local/apisix/deps/share/lua/5.1/apisix /usr/local/apisix \
&& apk del .builddeps \
- && apk add --no-cache bash libstdc++ curl tzdata \
+ && apk add --no-cache \
+ bash \
+ libstdc++ \
+ curl \
+ openldap \
+ tzdata \
Review comment:
Although this is not mandatory, by convention I recommend alphabetizing
them.
--
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]