Skip to content
Snippets Groups Projects
Commit 134ee8b7 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Update Dockerfile.python

parent c643c339
No related branches found
No related tags found
1 merge request!18Add QT_QPA_PLATFORM=offscreen by default
Pipeline #110851 failed
......@@ -58,3 +58,6 @@ RUN chown shiny:shiny /var/lib/shiny-server \
&& chown shiny:shiny /var/log/shiny-server \
&& mkdir -p /srv/shiny-server/www \
&& chown shiny:shiny /srv/shiny-server/www
# When a lib uses QT (such as ETE3), it can fail to load as there is no X11
ENV QT_QPA_PLATFORM=offscreen
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment