How do I install Pandoc

My Rails project relies on pandoc being installed. Access to apt/apt-get is not allowed via the shell. Using Docker could be a last resort solution but to me that looks like over-engineering, only to invoke a shell command. What is the preferred way?

Do you need it at runtime or just during your build?

I need it during runtime (app invokes pandoc to generate documents)

pandoc is now available at runtime! You will need to trigger a new build to see it.

That is awesome! I’ll give it a go.