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 . .