Skip to content

Commit 8e15874

Browse files
committed
fix(sip-jibri): wget for builder
1 parent 18c8d89 commit 8e15874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sip-jibri/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN \
1313
export DEBIAN_FRONTEND=noninteractive && \
1414
apt-get update && \
1515
apt-get install -y --no-install-recommends \
16-
build-essential git ca-certificates \
16+
build-essential git ca-certificates wget \
1717
libv4l-dev libsdl2-dev libavcodec-dev libavdevice-dev libavfilter-dev \
1818
libavformat-dev libavutil-dev libswscale-dev libasound2-dev libopus-dev \
1919
libvpx-dev libssl-dev && \

0 commit comments

Comments
 (0)