From 7345e888ddabcbe3202a2891235de666a13bbdf2 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sun, 14 Feb 2021 16:29:25 +0300 Subject: [PATCH] Update libavcodec package name for Firefox (related to #244) --- static/firefox/apt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/firefox/apt/Dockerfile b/static/firefox/apt/Dockerfile index 8c454b6f2..82e71c340 100644 --- a/static/firefox/apt/Dockerfile +++ b/static/firefox/apt/Dockerfile @@ -14,7 +14,7 @@ RUN \ add-apt-repository -y $PPA \ ) || true && \ apt-get update && \ - apt-get -y --no-install-recommends install iproute2 libavcodec57 $PACKAGE=$VERSION && \ + apt-get -y --no-install-recommends install iproute2 libavcodec58 $PACKAGE=$VERSION && \ ( [ "$PACKAGE" != "firefox" ] && ln /usr/bin/$PACKAGE /usr/bin/firefox ) || true && \ firefox --version && \ rm -Rf /tmp/* && rm -Rf /var/lib/apt/lists/*