From ee14c7c1a0a087527cfa4263304d5ab8e9f58e2c Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Thu, 27 Feb 2025 19:57:00 +0000 Subject: [PATCH] fix invalidating cache --- Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7d75683..1bdb653 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,13 +21,11 @@ ENV \ WORKDIR /app -RUN rm /var/lib/dpkg/info/libc-bin.* -RUN apt-get clean -RUN apt-get update -RUN apt-get install libc-bin +RUN apt clean +RUN apt update +RUN apt install libc-bin -RUN apt update &&\ - apt upgrade -y &&\ +RUN apt upgrade -y &&\ apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot curl chromium chromium-driver ca-certificates RUN curl -LsSf https://astral.sh/uv/install.sh | sh COPY pyproject.toml uv.lock ./