feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895)

* feat(jigasi): install openjdk nonheadless, currently required for dependencies
pull/1899/head
Aaron van Meerten 2 months ago committed by GitHub
parent 3f6740809c
commit 66c6ad8e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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/ /

Loading…
Cancel
Save