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 645ede5
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 @@ -36,7 +36,8 @@ ENV LD_LIBRARY_PATH /usr/local/lib/R/lib

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

# Add Tini
ENV TINI_VERSION v0.18.0
Expand Down

0 comments on commit 645ede5

Please sign in to comment.