From 608b9348bbfa769989b4ca1e687e549def3cfd77 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 7 Jun 2026 21:01:43 -0700 Subject: [PATCH] Restore Docker chromium shim path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ba569c9..16778367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -204,7 +204,7 @@ RUN echo "[+] Initializing image collection..." \ RUN chmod +x "$CODE_DIR"/bin/*.sh \ && chmod g+w "$TMP_DIR" "$LIB_DIR" "$PLAYWRIGHT_BROWSERS_PATH" -RUN "$LIB_DIR/playwright/bin/chrome" --version | tee -a /VERSION.txt \ +RUN "$LIB_DIR/playwright/bin/chromium" --version | tee -a /VERSION.txt \ && "$LIB_DIR/uv/packages/papers-dl/venv/bin/papers-dl" --version | tee -a /VERSION.txt \ && /usr/bin/rg --version | head -1 | tee -a /VERSION.txt \ && /usr/local/bin/sonic --version | tee -a /VERSION.txt \