diff --git a/Dockerfile b/Dockerfile index d9ea0d9a47..f75706805e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ FROM $LITELLM_RUNTIME_IMAGE AS runtime USER root # Install runtime dependencies -RUN apk add --no-cache openssl tzdata +RUN apk add --no-cache openssl tzdata nodejs npm # Upgrade pip to fix CVE-2025-8869 RUN pip install --upgrade pip>=24.3.1