fix: Dockerfile for Firefox (#1937)
This commit is contained in:
parent
bf7430f75d
commit
b516ac4fb2
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue