Skip to content

Commit

Permalink
Merge pull request #798 from shalberd/RStudio_make_R_markup_to_PDF_re…
Browse files Browse the repository at this point in the history
…ndering_work

RHOAIENG-17256: install necessary base OS package to make Knit rendering of R markup to PDF possible
  • Loading branch information
openshift-merge-bot[bot] authored Dec 23, 2024
2 parents dfc40fe + 5439de0 commit ffc8809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rstudio/c9s-python-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ RUN chmod 1777 /var/run/rstudio-server && \
COPY ${SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf

# package installation
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
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 \
&& dnf clean all && rm -rf /var/cache/yum
# Install R packages
RUN R -e "install.packages('remotes')"
Expand Down

0 comments on commit ffc8809

Please sign in to comment.