diff --git a/Dockerfile-ee b/Dockerfile-ee index 2c7972490..d4692ba75 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -29,3 +29,4 @@ ARG PIP_MIRROR=https://pypi.org/simple RUN set -ex \ && uv pip install -i${PIP_MIRROR} --group xpack +playwright install chromium --with-deps --only-shell \ No newline at end of file