We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85be62 commit 777a0b4Copy full SHA for 777a0b4
NodeFirefox/Dockerfile.txt
@@ -38,3 +38,7 @@ RUN sudo echo ""
38
39
# Generating a default config during build time
40
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