gaurav-narula commented on code in PR #22990:
URL: https://github.com/apache/kafka/pull/22990#discussion_r3703370432
##########
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:
It's because `build-jsa` layer runs `jsa_launch` which in turn runs
`kafka-server-stop.sh`
--
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]