We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3113efe commit 82dea5aCopy full SHA for 82dea5a
1 file changed
Dockerfile.web-scraper
@@ -46,7 +46,7 @@ RUN set -x && npm ci --production && \
46
rm -rf /ms-playwright/chromium_headless_shell-* && \
47
rm -rf /ms-playwright/ffmpeg-* && \
48
find /ms-playwright -path '*/locales/*' ! -name 'en-US.pak' -delete && \
49
- CHROMIUM_BIN=$(find /ms-playwright -name chrome -type f -path '*/chrome-linux/chrome' | head -1) && \
+ CHROMIUM_BIN=$(find /ms-playwright -name chrome -type f -path '*/chrome-linux*/chrome' | head -1) && \
50
echo "Playwright installed Chromium at: $CHROMIUM_BIN" && \
51
ln -sf "$CHROMIUM_BIN" /usr/local/bin/chromium && \
52
npm cache clean --force && \
0 commit comments