Skip to content

Commit

Permalink
Merge pull request #6 from StreamingMicroservicesPlatform/support-kaf…
Browse files Browse the repository at this point in the history
…ka-server-stop

Adds support for the ps command used in kafka-server-stop.sh
  • Loading branch information
solsson authored Sep 24, 2018
2 parents 8512ec0 + 4fb7b5d commit dd7d4e7
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 dd7d4e7

Please sign in to comment.