Skip to content

Commit 8330095

Browse files
authored
Removing package, broken since FF58. (#693)
1 parent c9c8cd9 commit 8330095

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

NodeFirefox/Dockerfile.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ RUN GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo $(w
3030
&& chmod 755 /opt/geckodriver-$GK_VERSION \
3131
&& ln -fs /opt/geckodriver-$GK_VERSION /usr/bin/geckodriver
3232

33-
# Install 'pulseaudio' package to support WebRTC audio streams
34-
RUN apt-get update && apt-get install -y pulseaudio
35-
3633
USER seluser
3734

3835
COPY generate_config /opt/bin/generate_config

0 commit comments

Comments
 (0)