chia7712 commented on code in PR #22990:
URL: https://github.com/apache/kafka/pull/22990#discussion_r3721869972
##########
docker/jvm/Dockerfile:
##########
@@ -31,7 +31,7 @@ COPY *kafka.tgz kafka.tgz
RUN set -eux ; \
apk update ; \
apk upgrade ; \
- apk add --no-cache bash; \
+ apk add --no-cache bash procps-ng; \
Review Comment:
How about installing `procps-ng` instead of `procps` for consistency?
1. remove `procps` from line 37 and line 77
2. add `procps-ng` to line 75
--
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]