Skip to content

Commit dd7d4e7

Browse files
authored
Merge pull request #6 from StreamingMicroservicesPlatform/support-kafka-server-stop
Adds support for the ps command used in kafka-server-stop.sh
2 parents 8512ec0 + 4fb7b5d commit dd7d4e7

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)