From 7a11112c92b10817cab9b6b9d50770143c3d1761 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 26 Feb 2019 09:40:33 +0100 Subject: 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 --- projects/ffmpeg/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/ffmpeg') 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 -- cgit v1.2.3