We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2effbe5 commit 71a2900Copy full SHA for 71a2900
1 file changed
test/test-e2e/Dockerfile
@@ -23,7 +23,7 @@ RUN yarn install --timeout 99999999
23
24
# Run everything after as non-privileged user.
25
26
-
+RUN npx puppeteer browsers install chrome
27
COPY --chown=test . .
28
USER test
29
CMD ["yarn", "test"]
0 commit comments