From 05e5060a5a65ed7c76d4f552e0551f9c624ec31e Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Thu, 29 May 2025 14:22:15 -0400 Subject: [PATCH] remove jq --- Dockerfile.playwright | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.playwright b/Dockerfile.playwright index 46a2114a2..bd66363f0 100644 --- a/Dockerfile.playwright +++ b/Dockerfile.playwright @@ -14,8 +14,5 @@ RUN npm install # Install Playwright browsers RUN npx playwright install chromium --with-deps -# Install jq -RUN apt-get install -y jq - # Copy the rest of the application code COPY . .