We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8512ec0 + 4fb7b5d commit dd7d4e7Copy full SHA for dd7d4e7
jre-zulu/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:stretch-slim@sha256:ea42520331a55094b90f6f6663211d4f5a62c5781673935f
3
ENV ZULU_OPENJDK_VERSION="8=8.23.0.3"
4
5
RUN set -ex; \
6
- runDeps='locales'; \
+ runDeps='locales procps'; \
7
buildDeps='gnupg dirmngr'; \
8
export DEBIAN_FRONTEND=noninteractive; \
9
apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; \
0 commit comments