From 758496a4ae9df8be48ab947ff3cf98044a873a8a Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Sun, 24 Nov 2024 22:28:08 +0000 Subject: [PATCH] use chromium --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 097cd20..9c83a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,10 +18,8 @@ ENV \ WORKDIR /app EXPOSE 8191 -ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ./ RUN apt update &&\ - apt install -y xvfb scrot python3-tk curl ./google-chrome-stable_current_amd64.deb &&\ - rm ./google-chrome-stable_current_amd64.deb + apt install -y xvfb scrot python3-tk curl chromium RUN curl -sSL https://install.python-poetry.org | python3 - ENV PATH="${HOME}/.local/bin:$PATH"