mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
combine apt installs to one
This commit is contained in:
parent
dbdce3d05a
commit
e2114d7eb0
@ -17,8 +17,7 @@ ENV \
|
||||
WORKDIR /app
|
||||
RUN apt update &&\
|
||||
apt upgrade -y &&\
|
||||
apt install -y --no-install-recommends --no-install-suggests xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
|
||||
RUN apt install -y --no-install-recommends --no-install-suggests xauth
|
||||
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
|
||||
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