Skip to content

Commit 66c6ad8

Browse files
feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895)
* feat(jigasi): install openjdk nonheadless, currently required for dependencies
1 parent 3f67408 commit 66c6ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jigasi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
1111
ENV GOOGLE_APPLICATION_CREDENTIALS /config/key.json
1212

1313
RUN apt-dpkg-wrap apt-get update && \
14-
apt-dpkg-wrap apt-get install -y jigasi jq jitsi-autoscaler-sidecar && \
15-
apt-cleanup
14+
apt-dpkg-wrap apt-get install -y openjdk-17-jre openjdk-17-jdk jigasi jq jitsi-autoscaler-sidecar && \
15+
apt-cleanup
1616

1717
COPY rootfs/ /
1818

0 commit comments

Comments
 (0)