fix: Handle zstd encoding in webpack proxy config (#30034)

This commit is contained in:
Kamil Gabryjelski
2024-08-28 17:17:12 +02:00
committed by GitHub
parent e886cc40fe
commit 75c500c9a5
4 changed files with 117 additions and 10 deletions

View File

@@ -31,7 +31,8 @@ RUN apt-get update -qq \
&& apt-get install \
-yqq --no-install-recommends \
build-essential \
python3
python3 \
zstd
ENV BUILD_CMD=${NPM_BUILD_CMD} \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true