lets see if uv able to get pre-built to speed up builds

This commit is contained in:
arabcoders 2025-08-31 01:31:08 +03:00
parent e7614b8ebf
commit d84096c1c8

View file

@ -17,9 +17,8 @@ ENV UV_CACHE_DIR=/root/.cache/uv
ENV DEBIAN_FRONTEND=noninteractive
# Install build dependencies and uv
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential libffi-dev libssl-dev curl ca-certificates pkg-config \
&& pip install --no-cache-dir uv
# RUN apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libssl-dev curl ca-certificates pkg-config && pip install --no-cache-dir uv
RUN pip install --no-cache-dir uv
WORKDIR /opt/