Skip to content

Commit aa71029

Browse files
authored
Merge pull request opendatahub-io#477 from atheo89/cherrypick-798
RHOAIENG-17256: install necessary base OS package to make Knit rendering of R markup to PDF possible
2 parents 23289b8 + f6e1d54 commit aa71029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rstudio/rhel9-python-3.11/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ RUN chmod 1777 /var/run/rstudio-server && \
6969
COPY rstudio/rhel9-python-3.11/rsession.conf /etc/rstudio/rsession.conf
7070

7171
# 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-*" \
72+
# 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 \
7374
&& dnf clean all && rm -rf /var/cache/yum
7475
# Install R packages
7576
RUN R -e "install.packages('Rcpp')"

0 commit comments

Comments
 (0)