Skip to content

Commit 388f388

Browse files
committed
Fixed curl
1 parent c5390f1 commit 388f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV HOST=${HOST} \
5353
COPY . /app
5454
WORKDIR /app
5555
RUN apt update \
56-
&& apt install -y libasound-dev gcc portaudio19-dev \
56+
&& apt install -y libasound-dev curl gcc portaudio19-dev \
5757
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
5858
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages .[all]
5959

0 commit comments

Comments
 (0)