Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Dockerfile for Firefox #1937

Merged
merged 1 commit into from
Apr 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/docker/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down