mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
try to fix gha apt error
This commit is contained in:
parent
7590d47936
commit
69944ca7cc
@ -15,9 +15,15 @@ ENV \
|
||||
DISPLAY=:0
|
||||
|
||||
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 update &&\
|
||||
apt upgrade -y &&\
|
||||
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot libc-bin curl chromium chromium-driver ca-certificates
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user