From 1a2f6c6bb1f9efe6c7f3c986da0cefcc54f39461 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 3 Jan 2025 16:19:45 +0000 Subject: [PATCH] fix: correct pipx install commands --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1184bc8..d5c55c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,5 @@ ENV PIPX_BIN_DIR=/usr/local/bin RUN apt-get update && \ apt-get install -y pipx && \ apt-get clean && \ - pipx install poetry uv + pipx install poetry && \ + pipx install uv