Skip to content

Commit 4fb7b5d

Browse files
committed
Adds support for the ps command used in kafka-server-stop.sh
1 parent 8512ec0 commit 4fb7b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jre-zulu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:stretch-slim@sha256:ea42520331a55094b90f6f6663211d4f5a62c5781673935f
33
ENV ZULU_OPENJDK_VERSION="8=8.23.0.3"
44

55
RUN set -ex; \
6-
runDeps='locales'; \
6+
runDeps='locales procps'; \
77
buildDeps='gnupg dirmngr'; \
88
export DEBIAN_FRONTEND=noninteractive; \
99
apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; \

0 commit comments

Comments
 (0)