From 72148f66eb0ecd6f8c815e201fd2473c4fdc0621 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:19:51 +0800 Subject: [PATCH] chore: nodejs in Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f3fa3eb6..f1ec957ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ bash \ ffmpeg \ - nodejs \ curl \ gnupg \ git \ @@ -30,4 +29,4 @@ RUN python -m pip install --no-cache-dir uv && \ EXPOSE 6185 EXPOSE 6186 -CMD ["uv", "run", "main.py"] \ No newline at end of file +CMD ["uv", "run", "main.py"]