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 23289b8 + f6e1d54 commit aa71029Copy full SHA for aa71029
rstudio/rhel9-python-3.11/Dockerfile
@@ -69,7 +69,8 @@ RUN chmod 1777 /var/run/rstudio-server && \
69
COPY rstudio/rhel9-python-3.11/rsession.conf /etc/rstudio/rsession.conf
70
71
# package installation
72
-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
73
+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 \
74
&& dnf clean all && rm -rf /var/cache/yum
75
# Install R packages
76
RUN R -e "install.packages('Rcpp')"
0 commit comments