There was an error while loading. Please reload this page.
1 parent 1ca47f1 commit b4e1551Copy full SHA for b4e1551
1 file changed
deploy/docker/tests/test_security_container_posture.py
@@ -62,7 +62,7 @@ def test_playwright_headless_shell_is_copied_to_runtime_cache(self, dockerfile):
62
# image runs as appuser, so both Chromium artifacts must be copied out
63
# of root's install cache.
64
cache_copy = re.search(
65
- r"RUN mkdir -p /home/appuser/\.cache/ms-playwright(?P<commands>.*?)RUN crawl4ai-doctor",
+ r"cp -r(?P<artifacts>(?:(?!&&).)*)/home/appuser/\.cache/ms-playwright/",
66
dockerfile,
67
re.DOTALL,
68
)
0 commit comments