Skip to content

Commit

Permalink
Include restricted extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 16, 2024
1 parent 2deefd5 commit aade571
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 ffmpeg
&& apt-get install -y curl ffmpeg libavcodec60 ubuntu-restricted-extras

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 aade571

Please sign in to comment.