Skip to content

Commit e8c48b2

Browse files
committed
try root
1 parent f12f32e commit e8c48b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image/discourse_test/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN cd /var/www/discourse &&\
3333
sudo -u discourse bundle install --jobs $(($(nproc) - 1)) &&\
3434
sudo -E -u discourse -H /bin/bash -c 'if [ -f yarn.lock ]; then (yarn install && yarn cache clean); else CI=1 pnpm install; fi'
3535

36+
USER ROOT
3637
RUN cd /var/www/discourse &&\
3738
sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm playwright install --with-deps --no-shell chromium'
3839

0 commit comments

Comments
 (0)