From d85085e65f56b761233bc08ead819e0d0b3992e3 Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Thu, 11 Oct 2018 01:20:40 +0100 Subject: [PATCH] add ffmpeg to firefox for mp4 video support (#434) --- firefox/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox/Dockerfile b/firefox/Dockerfile index 591d67b..4e0711e 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \ && apt-get update && apt-get install -y \ apulse \ ca-certificates \ + ffmpeg \ firefox \ hicolor-icon-theme \ libasound2 \