Skip to content

Commit b516ac4

Browse files
authored
fix: Dockerfile for Firefox (#1937)
1 parent bf7430f commit b516ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docker/Dockerfile.bionic

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ RUN apt-get install -y libnss3 \
3939

4040
# 4. Install Firefox dependencies
4141

42-
RUN apt-get install -y libdbus-glib-1-2
42+
RUN apt-get install -y libdbus-glib-1-2 \
43+
libxt6
4344

4445
# 5. Install ffmpeg to bring in audio and video codecs necessary for playing videos in Firefox.
4546

0 commit comments

Comments
 (0)