Skip to content

Commit

Permalink
squashme: fix rstudio install
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Feb 2, 2022
1 parent 278871b commit 463e898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron.site && \
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib

# pin the version of RStudio
ARG RSTUDIO_VERSION="2021.09.2-382"
ARG RSTUDIO_VERSION
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-2021.09.2-382}
RUN /rocker_scripts/install_rstudio.sh $RSTUDIO_VERSION

# Add Tini
Expand Down

0 comments on commit 463e898

Please sign in to comment.