Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verse
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rocker
verse
Commits
8ece4c8b
Verified
Commit
8ece4c8b
authored
2 years ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
rstudio: Support new bundled pandoc path
parent
ee411614
No related branches found
No related tags found
No related merge requests found
Pipeline
#9990
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rstudio/latest.Dockerfile
+2
-0
2 additions, 0 deletions
rstudio/latest.Dockerfile
with
2 additions
and
0 deletions
rstudio/latest.Dockerfile
+
2
−
0
View file @
8ece4c8b
...
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment