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
devcontainer.json calls installPandoc.sh, which uses sudo to install Pandoc, but the PreTeXt Docker image does not contain sudo, and so an error occurs. We start as root inside the container, so there is no need to use sudo anyways.