We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0d996 commit 6d18fc9Copy full SHA for 6d18fc9
Dockerfile
@@ -58,7 +58,6 @@ RUN rm /home/$USER/tagui/src/sikulix/sikulix.jar && \
58
59
USER root
60
61
-# RUN touch /home/$USER/tagui/src/tagui_no_sandbox
62
RUN sed -i -e 's/chrome_switches="--remote-debugging-port=9222/chrome_switches="--remote-debugging-port=9222 --no-first-run --disable-dev-shm-usage --no-sandbox --disable-setuid-sandbox --proxy-server=http:\/\/localhost:8000/' /home/$USER/tagui/src/tagui
63
64
RUN ln -sf /home/$USER/tagui/src/tagui /usr/local/bin/tagui && \
0 commit comments