Skip to content

Commit

Permalink
Add ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 16, 2024
1 parent 81c26a0 commit 2deefd5
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 @@ -4,7 +4,7 @@ ENV MEDIA_VERSION=1.9.1

RUN apt-get upgrade \
&& apt-get update \
&& apt-get install -y curl
&& apt-get install -y curl ffmpeg

RUN curl -L "https://github.com/bluenviron/mediamtx/releases/download/v${MEDIA_VERSION}/mediamtx_v${MEDIA_VERSION}_linux_amd64.tar.gz" > /archive.tar.gz \
&& tar -xzvf /archive.tar.gz \
Expand Down

0 comments on commit 2deefd5

Please sign in to comment.