mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
combine apt installs to one
This commit is contained in:
parent
dbdce3d05a
commit
e2114d7eb0
@ -17,8 +17,7 @@ ENV \
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt update &&\
|
RUN apt update &&\
|
||||||
apt upgrade -y &&\
|
apt upgrade -y &&\
|
||||||
apt install -y --no-install-recommends --no-install-suggests xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
|
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
|
||||||
RUN apt install -y --no-install-recommends --no-install-suggests xauth
|
|
||||||
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
COPY pyproject.toml uv.lock ./
|
COPY pyproject.toml uv.lock ./
|
||||||
RUN uv sync
|
RUN uv sync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user