fix: Dockerfile for Firefox (#1937)

This commit is contained in:
Max Schmitt 2020-04-23 17:43:53 +02:00 committed by GitHub
parent bf7430f75d
commit b516ac4fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,8 @@ RUN apt-get install -y libnss3 \
# 4. Install Firefox dependencies
RUN apt-get install -y libdbus-glib-1-2
RUN apt-get install -y libdbus-glib-1-2 \
libxt6
# 5. Install ffmpeg to bring in audio and video codecs necessary for playing videos in Firefox.