We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfc40fe + 5439de0 commit ffc8809Copy full SHA for ffc8809
rstudio/c9s-python-3.11/Dockerfile
@@ -50,7 +50,8 @@ RUN chmod 1777 /var/run/rstudio-server && \
50
COPY ${SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
51
52
# package installation
53
-RUN dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" \
+# install necessary texlive-framed package to make Knit R markup to PDF rendering possible
54
+RUN dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" texlive-framed \
55
&& dnf clean all && rm -rf /var/cache/yum
56
# Install R packages
57
RUN R -e "install.packages('remotes')"
0 commit comments