fix: correct pipx install commands
Some checks failed
/ release (push) Failing after 1m43s

This commit is contained in:
Luke Tainton 2025-01-03 16:19:45 +00:00
parent 059d536d2a
commit 1a2f6c6bb1
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -7,4 +7,5 @@ ENV PIPX_BIN_DIR=/usr/local/bin
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y pipx && \ apt-get install -y pipx && \
apt-get clean && \ apt-get clean && \
pipx install poetry uv pipx install poetry && \
pipx install uv