Skip to content

Commit 777a0b4

Browse files
authored
pulseaudio package installation for Firefox containers
1 parent e85be62 commit 777a0b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NodeFirefox/Dockerfile.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ RUN sudo echo ""
3838

3939
# Generating a default config during build time
4040
RUN /opt/bin/generate_config > /opt/selenium/config.json
41+
42+
# Install 'pulseaudio' package to support WebRTC audio streams
43+
RUN sudo apt-get update && sudo apt-get install -y pulseaudio
44+

0 commit comments

Comments
 (0)