From 55b098e0617037b917e37f47f175452944006485 Mon Sep 17 00:00:00 2001 From: germondai Date: Wed, 1 Jul 2026 17:26:36 +0200 Subject: [PATCH] fix(dockerfile): drop duplicate camoufox fetch for baseline version --- apps/api/Dockerfile.baseline | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/api/Dockerfile.baseline b/apps/api/Dockerfile.baseline index cca0a9c..48a574c 100644 --- a/apps/api/Dockerfile.baseline +++ b/apps/api/Dockerfile.baseline @@ -37,9 +37,6 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,env=GITHUB_TOKEN \ # Secret mount keeps GITHUB_TOKEN out of image layers. # Token prevents GitHub API rate-limits that cause the binary download to stall. -RUN --mount=type=secret,id=GITHUB_TOKEN,env=GITHUB_TOKEN \ - bun x camoufox-js fetch \ - && rm -rf /opt/camoufox/fonts/macos /opt/camoufox/fonts/windows # ── Stage 3: lean runtime (only API-required files) ──────────────────────────── FROM ubuntu:22.04