We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7430f commit b516ac4Copy full SHA for b516ac4
docs/docker/Dockerfile.bionic
@@ -39,7 +39,8 @@ RUN apt-get install -y libnss3 \
39
40
# 4. Install Firefox dependencies
41
42
-RUN apt-get install -y libdbus-glib-1-2
+RUN apt-get install -y libdbus-glib-1-2 \
43
+ libxt6
44
45
# 5. Install ffmpeg to bring in audio and video codecs necessary for playing videos in Firefox.
46
0 commit comments