Skip to content

Commit

Permalink
Merge pull request #19 from mutablelogic/ffmpeg61
Browse files Browse the repository at this point in the history
Added libchromaprint-dev
  • Loading branch information
djthorpe authored Jun 23, 2024
2 parents 8d24fef + a21badd commit 45ea27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -x \
&& echo "deb https://www.deb-multimedia.org $(lsb_release -sc) main" >> /etc/apt/sources.list \
&& apt update -y -oAcquire::AllowInsecureRepositories=true \
&& apt install -y --force-yes deb-multimedia-keyring \
&& apt install -y --allow-unauthenticated libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev
&& apt install -y --allow-unauthenticated libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev libchromaprint-dev

# Build all the commands
RUN set -x \
Expand Down

0 comments on commit 45ea27c

Please sign in to comment.