Skip to content

Commit

Permalink
revert to using master branch for rocker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Aug 25, 2022
1 parent 7b30118 commit 75b3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV RETICULATE_AUTOCONFIGURE="0"
USER root

# Install R using rocker's install scripts
RUN git clone --branch R${R_VERSION} --depth 1 https://github.com/rocker-org/rocker-versioned2.git /tmp/rocker-versioned2 && \
RUN git clone --depth 1 https://github.com/rocker-org/rocker-versioned2.git /tmp/rocker-versioned2 && \
cp -r /tmp/rocker-versioned2/scripts/ /rocker_scripts/ && \
chmod -R 755 /rocker_scripts/ && \
/rocker_scripts/install_R_source.sh
Expand Down

0 comments on commit 75b3839

Please sign in to comment.