chore: clear NPM cache of Docker image (#27000)

This commit is contained in:
Max Schmitt 2023-09-12 08:14:45 +02:00 коммит произвёл GitHub
Родитель 97b3625049
Коммит 466088215e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -40,4 +40,5 @@ 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 ~/.npm/ && \
chmod -R 777 /ms-playwright

Просмотреть файл

@ -39,4 +39,5 @@ RUN mkdir /ms-playwright && \
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