mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Add playwright dependencies to devenv docker
This commit is contained in:
committed by
Andrey Antukh
parent
b28432f7fd
commit
1d3d3f9b74
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user