mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
✨ Add playwright dependencies to devenv docker
This commit is contained in:
parent
b28432f7fd
commit
1d3d3f9b74
1 changed files with 1 additions and 0 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue