Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fix run as root user pulse cookie for FF
Browse files Browse the repository at this point in the history
  • Loading branch information
misi committed Oct 26, 2023
1 parent bd76c3c commit 4349064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/firefox/selenoid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ COPY selenoid /usr/bin/
COPY --chown=selenium:root browsers.json /home/selenium/
COPY entrypoint.sh /

USER selenium

RUN echo "cookie-file = ~/.config/pulse/cookie" >> /etc/pulse/client.conf

USER selenium

EXPOSE 4444
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 4349064

Please sign in to comment.