dont upgrade packages

This commit is contained in:
ThePhaseless 2025-02-27 20:31:37 +00:00
parent 5129c922c6
commit 012837b863

View File

@ -21,12 +21,9 @@ ENV \
WORKDIR /app
RUN apt clean
RUN apt update
RUN apt --reinstall install libc-bin
RUN apt upgrade -y &&\
RUN apt update &&\
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 ./
RUN uv sync