0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Add playwright dependencies to devenv docker

This commit is contained in:
Alejandro Alonso 2024-05-22 10:46:25 +02:00 committed by Andrey Antukh
parent b28432f7fd
commit 1d3d3f9b74

View file

@ -160,6 +160,7 @@ RUN set -eux; \
chown -R root /usr/local/nodejs; \
corepack enable; \
corepack install -g yarn@4.2.2; \
npx playwright install --with-deps chromium; \
rm -rf /tmp/nodejs.tar.gz;
RUN set -ex; \