Skip to content

Commit 2fe52a2

Browse files
committed
feat: Add playwright for bullseye image
1 parent 4d7ce80 commit 2fe52a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bullseye/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ RUN \
1414
fi; \
1515
apt-get install nodejs
1616

17+
RUN \
18+
node -v && \
19+
npx playwright install --with-deps
20+
1721
RUN \
1822
start-mysql && \
1923
mysql -e "CREATE DATABASE shopware" && \

0 commit comments

Comments
 (0)