Skip to content

Commit

Permalink
Revert "feat(jigasi): install openjdk nonheadless, currently required…
Browse files Browse the repository at this point in the history
… for dep…" (#1899)

This reverts commit 66c6ad8.
  • Loading branch information
aaronkvanmeerten authored Sep 4, 2024
1 parent 66c6ad8 commit ff49cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jigasi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /

Expand Down

0 comments on commit ff49cd9

Please sign in to comment.