chia7712 commented on code in PR #22990:
URL: https://github.com/apache/kafka/pull/22990#discussion_r3696019487
##########
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:
Why modify `build-jsa`? Since it's a temporary layer, I believe you meant to
apply this fix at 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]