Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-k-lee authored Jan 26, 2022
1 parent 1f1afa5 commit b127a49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ RUN echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron && \
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib

# pin the version of RStudio
ENV RSTUDIO_VERSION 2021.09.2+382
RUN /rocker_scripts/install_rstudio.sh
# ENV RSTUDIO_VERSION 2021.09.2+382
# RUN /rocker_scripts/install_rstudio.sh
# This version of rocker should already have RStudio installed!

# Add Tini
ENV TINI_VERSION v0.18.0
Expand Down

0 comments on commit b127a49

Please sign in to comment.