mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
remove apt python binaries
This commit is contained in:
parent
548eddcba4
commit
cf0340fd0e
@ -17,7 +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 xauth xvfb scrot python3-tk curl chromium chromium-driver ca-certificates x11-common
|
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot curl chromium chromium-driver ca-certificates x11-common
|
||||||
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