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 09d5eb6 commit f12f32eCopy full SHA for f12f32e
image/discourse_test/Dockerfile
@@ -33,6 +33,9 @@ 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
+RUN cd /var/www/discourse &&\
37
+ sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm playwright install --with-deps --no-shell chromium'
38
+
39
RUN cd /var/www/discourse && sudo -E -u discourse -H bundle exec rake plugin:install_all_official &&\
40
LOAD_PLUGINS=1 sudo -E -u discourse -H bundle exec rake plugin:install_all_gems &&\
41
sudo -E -u discourse -H bundle exec ruby script/install_minio_binaries.rb
0 commit comments