aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-09-13 09:48:04 +0000
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-09-13 09:48:04 +0000
commitd76d82fccb10911278fc32882ee4809212822f81 (patch)
treecbd1cb5f1b67b076a159ae0502f192c0b935ebb6
parenta1be6b31ed560bbb444e5d0ff7a6106359557ed2 (diff)
downloadinfrastructure-d76d82fccb10911278fc32882ee4809212822f81.tar.gz
infrastructure-d76d82fccb10911278fc32882ee4809212822f81.zip
Use jre headless for more leightweight images
-rw-r--r--app/build/jitsi-videobridge/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build/jitsi-videobridge/Dockerfile b/app/build/jitsi-videobridge/Dockerfile
index dfbadb7..c17fb4f 100644
--- a/app/build/jitsi-videobridge/Dockerfile
+++ b/app/build/jitsi-videobridge/Dockerfile
@@ -18,7 +18,7 @@ RUN unzip jvb.zip && \
FROM debian:buster
RUN apt-get update && \
- apt-get install -y openjdk-11-jdk
+ apt-get install -y openjdk-11-jre-headless
COPY --from=builder /jvb/build /srv/jvb
ENV HOME=/root