Explorar el Código

Enhance/introduce uv (#80)

* enhance: introduce uv

* fix: missing pip module
Yeuoly hace 4 meses
padre
commit
985b25260b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      docker/local.dockerfile

+ 1 - 2
docker/local.dockerfile

@@ -38,8 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.
     && rm -rf /var/lib/apt/lists/* \
     && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1;
 
-# Install uv
-RUN python3.12 -m pip install uv
+RUN pip3 install uv
 
 ENV PLATFORM=$PLATFORM
 ENV GIN_MODE=release