소스 검색

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

* feat(jigasi): install openjdk nonheadless, currently required for dependencies
Aaron van Meerten 8 달 전
부모
커밋
66c6ad8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jigasi/Dockerfile

+ 2 - 2
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/ /