Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Updated base image and updated packages for zulu-11
Browse files Browse the repository at this point in the history
  • Loading branch information
snelson-pp authored and johngmyers committed Apr 5, 2019
1 parent 9aa6351 commit 9cbcb6e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ FROM gcc:8.2.0 as dumb-init-builder
RUN git clone -b v1.2.1 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN cd dumb-init && make

FROM docker.io/azul/zulu-openjdk-debian:11.0.1
FROM docker.io/azul/zulu-openjdk-debian:11.0.2
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init


RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
# These packages are security updates
tzdata=2019a-0+deb9u1

ENTRYPOINT ["/usr/local/bin/dumb-init"]

0 comments on commit 9cbcb6e

Please sign in to comment.