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 777a0b4 commit 83c7173Copy full SHA for 83c7173
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
@@ -39,6 +42,4 @@ RUN sudo echo ""
39
42
# Generating a default config during build time
40
43
RUN /opt/bin/generate_config > /opt/selenium/config.json
41
44
-# Install 'pulseaudio' package to support WebRTC audio streams
-RUN sudo apt-get update && sudo apt-get install -y pulseaudio
45
0 commit comments