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:
Max Schmitt 2023-10-16 18:17:21 +02:00 committed by GitHub
parent 6b31b30df9
commit 4b771f9d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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