cache cypress binary

This commit is contained in:
Elio Bischof
2025-08-02 06:37:25 +02:00
parent c066e7cd0d
commit b37eddb7e6
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ ENV SHELL=/bin/bash \
RUN apt-get update && \
apt-get --no-install-recommends install -y \
# Cypress dependencies
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb && \
apt-get clean && \
corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@10.13.1 --activate