From dba6e1ca92b419a74e63266bb475c2bf14fc91c3 Mon Sep 17 00:00:00 2001 From: TK Sudio <68427920+liuziheng20091106@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=8C=85=E5=90=ABedge=5Ftts?= =?UTF-8?q?=E5=9C=A8=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f143cdd64..0f657fc16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y curl gnupg \ RUN python -m pip install uv \ && echo "3.11" > .python-version RUN uv pip install -r requirements.txt --no-cache-dir --system -RUN uv pip install socksio uv pilk --no-cache-dir --system +RUN uv pip install edge_tts socksio uv pilk --no-cache-dir --system EXPOSE 6185