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"]