Skip to content

Commit

Permalink
Adds support for the ps command used in kafka-server-stop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Sep 24, 2018
1 parent 8512ec0 commit 4fb7b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre-zulu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:stretch-slim@sha256:ea42520331a55094b90f6f6663211d4f5a62c5781673935f
ENV ZULU_OPENJDK_VERSION="8=8.23.0.3"

RUN set -ex; \
runDeps='locales'; \
runDeps='locales procps'; \
buildDeps='gnupg dirmngr'; \
export DEBIAN_FRONTEND=noninteractive; \
apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; \
Expand Down

0 comments on commit 4fb7b5d

Please sign in to comment.