diff --git a/Dockerfile.playwright b/Dockerfile.playwright index 939f3dac..a064c31e 100644 --- a/Dockerfile.playwright +++ b/Dockerfile.playwright @@ -12,7 +12,7 @@ COPY package*.json ./ RUN npm install # Install Playwright browsers -RUN npx playwright install --with-deps +RUN npx playwright install chromium --with-deps # Install jq RUN apt-get install -y jq