diff --git a/Dockerfile.boltz b/Dockerfile.boltz index ea106b95..cfd079e7 100644 --- a/Dockerfile.boltz +++ b/Dockerfile.boltz @@ -7,6 +7,9 @@ RUN ls -l /usr/local/bin/boltzd RUN apt-get update && apt-get -y upgrade && \ apt-get install -y netcat-openbsd +RUN curl -LsSf https://astral.sh/uv/install.sh | sh +ENV PATH="/root/.local/bin:$PATH" + # Reinstall dependencies just in case (needed for CMD usage) RUN uv sync --all-extras