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 c9c8cd9 commit 8330095Copy full SHA for 8330095
NodeFirefox/Dockerfile.txt
@@ -30,9 +30,6 @@ RUN GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo $(w
30
&& chmod 755 /opt/geckodriver-$GK_VERSION \
31
&& ln -fs /opt/geckodriver-$GK_VERSION /usr/bin/geckodriver
32
33
-# Install 'pulseaudio' package to support WebRTC audio streams
34
-RUN apt-get update && apt-get install -y pulseaudio
35
-
36
USER seluser
37
38
COPY generate_config /opt/bin/generate_config
0 commit comments