We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5390f1 commit 388f388Copy full SHA for 388f388
debug.Dockerfile
@@ -53,7 +53,7 @@ ENV HOST=${HOST} \
53
COPY . /app
54
WORKDIR /app
55
RUN apt update \
56
- && apt install -y libasound-dev gcc portaudio19-dev \
+ && apt install -y libasound-dev curl gcc portaudio19-dev \
57
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
58
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages .[all]
59
0 commit comments