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