Skip to content

Commit

Permalink
Adds --no-sandbox as running inside a containers runs as root
Browse files Browse the repository at this point in the history
  • Loading branch information
modelmat committed Feb 5, 2020
1 parent 2fb93aa commit 1da2e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinxcontrib/drawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def render_drawio(self: SphinxTranslator, node: DrawIONode, in_filename: str,

drawio_args = [
binary_path,
"--no-sandbox",
"--export",
"--format",
output_format,
Expand Down

0 comments on commit 1da2e44

Please sign in to comment.