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.
2 parents 84be4c6 + 1ed0c7b commit bad548fCopy full SHA for bad548f
NodeFirefox/Dockerfile.txt
@@ -27,6 +27,9 @@ RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geck
27
&& chmod 755 /opt/geckodriver-$GECKODRIVER_VERSION \
28
&& ln -fs /opt/geckodriver-$GECKODRIVER_VERSION /usr/bin/geckodriver
29
30
+# Install 'pulseaudio' package to support WebRTC audio streams
31
+RUN apt-get update && apt-get install -y pulseaudio
32
+
33
USER seluser
34
35
COPY generate_config /opt/bin/generate_config
@@ -38,3 +41,5 @@ RUN sudo echo ""
38
41
39
42
# Generating a default config during build time
40
43
RUN /opt/bin/generate_config > /opt/selenium/config.json
44
45
0 commit comments