Skip to content
Snippets Groups Projects
Verified Commit 8ece4c8b authored by Olivier Benz's avatar Olivier Benz
Browse files

rstudio: Support new bundled pandoc path

parent ee411614
No related branches found
No related tags found
No related merge requests found
Pipeline #9990 passed
......@@ -58,6 +58,8 @@ RUN apt-get update \
BUNDLED_PANDOC="/usr/lib/rstudio-server/bin/pandoc/pandoc"; \
elif [ -f "/usr/lib/rstudio-server/bin/quarto/bin/pandoc" ]; then \
BUNDLED_PANDOC="/usr/lib/rstudio-server/bin/quarto/bin/pandoc"; \
elif [ -f "/usr/lib/rstudio-server/bin/quarto/bin/tools/pandoc" ]; then \
BUNDLED_PANDOC="/usr/lib/rstudio-server/bin/quarto/bin/tools/pandoc"; \
fi \
&& ln -s "$BUNDLED_PANDOC" /usr/local/bin \
&& if [ -f "${BUNDLED_PANDOC}-citeproc" ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment