You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the DEBIAN_FRONTEND=noninteractive environment variable:
Since we build the docker image, the package system can't prompt the
user for options.
Install the apt-utils package:
This remove the warning messages about package configuration delay.
Install the imagemagick package:
At some point in the documentation generation process, the scripts call
the `convert` command, which is in the imagemagick package. Without it,
`make docker-docs` fails.
Install the packages suggest by the sphinx output:
dvipng python3-venv fonts-noto-cjk latexmk librsvg2-bin texlive-xetex.
0 commit comments