mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -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; \
|
chown -R root /usr/local/nodejs; \
|
||||||
corepack enable; \
|
corepack enable; \
|
||||||
corepack install -g yarn@4.2.2; \
|
corepack install -g yarn@4.2.2; \
|
||||||
|
npx playwright install --with-deps chromium; \
|
||||||
rm -rf /tmp/nodejs.tar.gz;
|
rm -rf /tmp/nodejs.tar.gz;
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|
Loading…
Reference in a new issue