Skip to content

Commit

Permalink
fix: Dockerfile for Firefox (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Apr 23, 2020
1 parent bf7430f commit b516ac4
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit b516ac4

Please sign in to comment.