Skip to content

Commit 1f16140

Browse files
committed
remove forcing headless and handmade symlink
1 parent 19e5183 commit 1f16140

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ ENV \
1717
WORKDIR /app
1818
RUN apt update &&\
1919
apt upgrade -y &&\
20-
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot curl chromium chromium-driver ca-certificates x11-common
20+
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot curl chromium ca-certificates
2121
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
2222
COPY pyproject.toml uv.lock ./
2323
RUN uv sync
2424

2525
COPY . .
26-
RUN cd .venv/lib/*/site-packages/seleniumbase/drivers && ln -s /usr/bin/chromedriver uc_driver
27-
28-
ENV USE_HEADLESS=false
2926

3027
FROM base AS test
3128

0 commit comments

Comments
 (0)