We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f67408 commit 66c6ad8Copy full SHA for 66c6ad8
jigasi/Dockerfile
@@ -11,8 +11,8 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
11
ENV GOOGLE_APPLICATION_CREDENTIALS /config/key.json
12
13
RUN apt-dpkg-wrap apt-get update && \
14
- apt-dpkg-wrap apt-get install -y jigasi jq jitsi-autoscaler-sidecar && \
15
- apt-cleanup
+ apt-dpkg-wrap apt-get install -y openjdk-17-jre openjdk-17-jdk jigasi jq jitsi-autoscaler-sidecar && \
+apt-cleanup
16
17
COPY rootfs/ /
18
0 commit comments