Skip to content

Commit

Permalink
fix(sip-jibri): wget for builder
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Aug 20, 2024
1 parent 18c8d89 commit 8e15874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip-jibri/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y --no-install-recommends \
build-essential git ca-certificates \
build-essential git ca-certificates wget \
libv4l-dev libsdl2-dev libavcodec-dev libavdevice-dev libavfilter-dev \
libavformat-dev libavutil-dev libswscale-dev libasound2-dev libopus-dev \
libvpx-dev libssl-dev && \
Expand Down

0 comments on commit 8e15874

Please sign in to comment.