We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12f32e commit e8c48b2Copy full SHA for e8c48b2
image/discourse_test/Dockerfile
@@ -33,6 +33,7 @@ RUN cd /var/www/discourse &&\
33
sudo -u discourse bundle install --jobs $(($(nproc) - 1)) &&\
34
sudo -E -u discourse -H /bin/bash -c 'if [ -f yarn.lock ]; then (yarn install && yarn cache clean); else CI=1 pnpm install; fi'
35
36
+USER ROOT
37
RUN cd /var/www/discourse &&\
38
sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm playwright install --with-deps --no-shell chromium'
39
0 commit comments