jvb: add jq, curl deps for graceful_shutdown.sh

pull/552/head
MatthewCroughan 5 years ago committed by GitHub
parent 2d063ad162
commit 53b58fdb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jvb/Dockerfile

@ -3,7 +3,7 @@ FROM ${JITSI_REPO}/base-java
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 && \
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl && \
apt-cleanup
COPY rootfs/ /

Loading…
Cancel
Save