From 059d536d2a2a8b41d3eaf9a159cc003a2361b958 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 3 Jan 2025 16:13:35 +0000 Subject: [PATCH] feat: add uv --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27e9397..1184bc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ ENV PIPX_BIN_DIR=/usr/local/bin RUN apt-get update && \ apt-get install -y pipx && \ apt-get clean && \ - pipx install poetry + pipx install poetry uv