aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/ffmpeg
diff options
context:
space:
mode:
authorGravatar Michael Niedermayer <michaelni@users.noreply.github.com>2019-02-26 09:40:33 +0100
committerGravatar Abhishek Arya <inferno@chromium.org>2019-02-26 00:40:33 -0800
commit7a11112c92b10817cab9b6b9d50770143c3d1761 (patch)
tree69adaf23e758f290d75e3e97d3566e8091cf28f6 /projects/ffmpeg
parente4899ce61a81a3e072dfec86d7ca21c0d3500073 (diff)
projects/ffmpeg/Dockerfile: Replace alsalib ftp URL by https (#2184)
This avoids using an insecure protocol, also the alsa server does not seem to work correctly with ftp currently. This should fix Issue 13270 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'projects/ffmpeg')
-rw-r--r--projects/ffmpeg/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ffmpeg/Dockerfile b/projects/ffmpeg/Dockerfile
index 14bc8989..784de969 100644
--- a/projects/ffmpeg/Dockerfile
+++ b/projects/ffmpeg/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool build-es
RUN git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
-RUN wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.0.tar.bz2
+RUN wget https://www.alsa-project.org/files/pub/lib/alsa-lib-1.1.0.tar.bz2
RUN git clone --depth 1 git://anongit.freedesktop.org/mesa/drm
RUN git clone --depth 1 https://github.com/mstorsjo/fdk-aac.git
ADD https://sourceforge.net/projects/lame/files/latest/download lame.tar.gz