ops: update docker file accordingly

This commit is contained in:
Karim shoair
2025-12-26 03:22:11 +02:00
parent ccf97803d5
commit c5f32e495c
+1 -2
View File
@@ -23,9 +23,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=cache,target=/var/cache/apt \
--mount=type=cache,target=/var/lib/apt \
apt-get update && \
uv run playwright install-deps chromium firefox && \
uv run playwright install-deps chromium && \
uv run playwright install chromium && \
uv run camoufox fetch --browserforge && \
uv sync --all-extras --compile-bytecode && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*