From 41c028781b80f0ca80f4d6cde3ca8e7958f1baed Mon Sep 17 00:00:00 2001 From: Ujjwal Kumar Baranwal <74977147+Ujjwal766@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:44:11 +0530 Subject: [PATCH] fix: Update Dockerfile (#5484) * Update Dockerfile * Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c4939770e..867181aa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,7 @@ COPY --parents ./addOns/package.json ./addOns/*/*/package.json ./extensions/*/pa RUN bun pm cache rm RUN bun install +RUN bun add ajv@8.12.0 # Copy the local directory COPY --link --exclude=yarn.lock --exclude=package.json --exclude=Dockerfile . .