Skip to content

Commit

Permalink
fix(test): ubi-minimal seems to be missing zoneinfo files
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
  • Loading branch information
hindessm committed Jul 23, 2023
1 parent b53dbe9 commit f6ccc6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.kafka
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
USER root

RUN microdnf update \
&& microdnf install curl gzip java-11-openjdk-headless tar \
&& microdnf install curl gzip java-11-openjdk-headless tar tzdata-java \
&& microdnf reinstall tzdata \
&& microdnf clean all

ENV JAVA_HOME=/usr/lib/jvm/jre-11
Expand Down

0 comments on commit f6ccc6f

Please sign in to comment.