jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.42k stars 455 forks source link

I wonder if missing .tar.gz suffix in dockerfile #264

Closed lanxiuying closed 4 years ago

lanxiuying commented 4 years ago

https://versaweb.dl.sourceforge.net/project/lame/lame/$(echo ${LAME_VERSION} I guess there should be https://versaweb.dl.sourceforge.net/project/lame/lame/$(echo ${LAME_VERSION}.tar.gz image https://hub.docker.com/r/jrottenberg/ffmpeg/dockerfile

jrottenberg commented 4 years ago

it's s a very long line :

        curl -sL https://versaweb.dl.sourceforge.net/project/lame/lame/$(echo ${LAME_VERSION} | sed -e 's/[^0-9]*\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([0-9A-Za-z-]*\)/\1.\2/')/lame-${LAME_VERSION}.tar.gz | \
tar -zx --strip-components=1 

but yeah it gets the tar.gz