From 6d18fc9d330c6a60e56fc410f34d6fc6a305530a Mon Sep 17 00:00:00 2001 From: Aleksei Ivanov Date: Sun, 5 Mar 2023 19:54:26 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1e6481..8dc872d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,6 @@ RUN rm /home/$USER/tagui/src/sikulix/sikulix.jar && \ USER root -# RUN touch /home/$USER/tagui/src/tagui_no_sandbox 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 RUN ln -sf /home/$USER/tagui/src/tagui /usr/local/bin/tagui && \