From ff49cd98be10ccdd76575580002446e7e939f499 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Wed, 4 Sep 2024 16:09:35 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(jigasi):=20install=20openjdk=20n?= =?UTF-8?q?onheadless,=20currently=20required=20for=20dep=E2=80=A6"=20(#18?= =?UTF-8?q?99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 66c6ad8e1cf79bfad0446d789fb73bf56a24304f. --- jigasi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jigasi/Dockerfile b/jigasi/Dockerfile index 6467f93..0a2ac1f 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 openjdk-17-jre openjdk-17-jdk jigasi jq jitsi-autoscaler-sidecar && \ -apt-cleanup + apt-dpkg-wrap apt-get install -y jigasi jq jitsi-autoscaler-sidecar && \ + apt-cleanup COPY rootfs/ /