We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7ce80 commit 2fe52a2Copy full SHA for 2fe52a2
1 file changed
bullseye/Dockerfile
@@ -14,6 +14,10 @@ RUN \
14
fi; \
15
apt-get install nodejs
16
17
+RUN \
18
+ node -v && \
19
+ npx playwright install --with-deps
20
+
21
RUN \
22
start-mysql && \
23
mysql -e "CREATE DATABASE shopware" && \
0 commit comments