From 368634931a306d999809f5ca0dd085e31eb0774b Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Thu, 27 Feb 2025 23:29:47 +0000 Subject: [PATCH] add ca-certs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 939fa31..0bbc022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV PATH="${HOME}/.local/bin:$PATH" WORKDIR /app RUN apt update &&\ - apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot wget chromium chromium-driver + apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot wget chromium chromium-driver ca-certificates ADD https://astral.sh/uv/install.sh install.sh RUN sh install.sh