Skip to content

Commit 53b58fd

Browse files
jvb: add jq, curl deps for graceful_shutdown.sh
1 parent 2d063ad commit 53b58fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${JITSI_REPO}/base-java
33

44
RUN \
55
apt-dpkg-wrap apt-get update && \
6-
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 && \
6+
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl && \
77
apt-cleanup
88

99
COPY rootfs/ /

0 commit comments

Comments
 (0)