Browse Source

jvb: add jq, curl deps for graceful_shutdown.sh

MatthewCroughan 5 years ago
parent
commit
53b58fdb71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jvb/Dockerfile

+ 1 - 1
jvb/Dockerfile

@@ -3,7 +3,7 @@ FROM ${JITSI_REPO}/base-java
 
 
 RUN \
 RUN \
 	apt-dpkg-wrap apt-get update && \
 	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
 	apt-cleanup
 
 
 COPY rootfs/ /
 COPY rootfs/ /