From 66c6ad8e1cf79bfad0446d789fb73bf56a24304f Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Wed, 4 Sep 2024 15:41:52 -0400 Subject: [PATCH] feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895) * feat(jigasi): install openjdk nonheadless, currently required for dependencies --- jigasi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jigasi/Dockerfile b/jigasi/Dockerfile index 0a2ac1f..6467f93 100644 --- a/jigasi/Dockerfile +++ b/jigasi/Dockerfile @@ -11,8 +11,8 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/" ENV GOOGLE_APPLICATION_CREDENTIALS /config/key.json RUN apt-dpkg-wrap apt-get update && \ - apt-dpkg-wrap apt-get install -y jigasi jq jitsi-autoscaler-sidecar && \ - apt-cleanup + apt-dpkg-wrap apt-get install -y openjdk-17-jre openjdk-17-jdk jigasi jq jitsi-autoscaler-sidecar && \ +apt-cleanup COPY rootfs/ /