fix: docker for boltz-client broke on rc release (#3329)

This commit is contained in:
dni ⚡ 2025-08-22 20:17:01 +02:00 committed by GitHub
parent bc0087ec36
commit 95b9dabb60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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