From d84096c1c899aa5b390e2dc3d5cf52e9dde2c10e Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sun, 31 Aug 2025 01:31:08 +0300 Subject: [PATCH] lets see if uv able to get pre-built to speed up builds --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b87f56ff..c43afa2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/