chore: remove /ms-playwright-agent in focal Docker image (#27631)
This was missing in focal but was there in Jammy.
6b31b30df9/utils/docker/Dockerfile.jammy (L44)
This commit is contained in:
parent
6b31b30df9
commit
4b771f9d4b
|
|
@ -43,5 +43,6 @@ RUN mkdir /ms-playwright && \
|
|||
npm exec --no -- playwright-core mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
|
||||
npm exec --no -- playwright-core install --with-deps && rm -rf /var/lib/apt/lists/* && \
|
||||
rm /tmp/playwright-core.tar.gz && \
|
||||
rm -rf /ms-playwright-agent && \
|
||||
rm -rf ~/.npm/ && \
|
||||
chmod -R 777 /ms-playwright
|
||||
|
|
|
|||
Loading…
Reference in a new issue