Skip to content

Commit

Permalink
update rmarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Oct 12, 2023
1 parent 8b1148f commit 4cf8460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ ENV PATH="${PATH}:/usr/lib/rstudio-server/bin" \
COPY ./lib /opt/k8s-support/lib

RUN R -e "install.packages('rjson', repos='http://cran.rstudio.com/')" && \
R -e "install.packages('session', repos='http://cran.rstudio.com/')"
R -e "install.packages('session', repos='http://cran.rstudio.com/')" && \
R -e "install.packages('rmarkdown', repos='http://cran.rstudio.com/')"

COPY ./test ./integration_tests /home/jovyan/
#/usr/share/datahub/tests/datascience-rstudio-docker
Expand Down

0 comments on commit 4cf8460

Please sign in to comment.