Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
laurfb authored Feb 11, 2023
1 parent 2cfaf06 commit 87fa142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \

RUN apt-get update && \
apt-get install --no-install-recommends -y git tclsh pkg-config cmake libssl-dev build-essential ninja-build && \
git clone --depth 1 --branch v1.5.0 https://github.com/Haivision/srt.git libsrt && \
git clone --depth 1 --branch v1.5.1 https://github.com/Haivision/srt.git libsrt && \
cmake -S libsrt -B libsrt-build -G Ninja && \
ninja -C libsrt-build && \
ninja -C libsrt-build install && \
Expand Down

0 comments on commit 87fa142

Please sign in to comment.