File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geck
2727 && chmod 755 /opt/geckodriver-$GECKODRIVER_VERSION \
2828 && ln -fs /opt/geckodriver-$GECKODRIVER_VERSION /usr/bin/geckodriver
2929
30+ # Install 'pulseaudio' package to support WebRTC audio streams
31+ RUN apt-get update && apt-get install -y pulseaudio
32+
3033USER seluser
3134
3235COPY generate_config /opt/bin/generate_config
@@ -39,6 +42,4 @@ RUN sudo echo ""
3942# Generating a default config during build time
4043RUN /opt/bin/generate_config > /opt/selenium/config.json
4144
42- # Install 'pulseaudio' package to support WebRTC audio streams
43- RUN sudo apt-get update && sudo apt-get install -y pulseaudio
4445
You can’t perform that action at this time.
0 commit comments