Skip to content

Commit

Permalink
Update rocker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 9, 2024
1 parent f709a52 commit 298aedd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ R_VERSION="4.4.1"
cd ${REPO_DIR}
wget https://github.com/rocker-org/rocker-versioned2/archive/refs/tags/R${R_VERSION}.tar.gz
tar zxvf R${R_VERSION}.tar.gz && \
mv rocker-versioned2-R${R_VERSION}/scripts rocker_scripts && \
mv rocker-versioned2-R${R_VERSION}/dockerfiles/verse_${R_VERSION}.Dockerfile rocker_scripts/verse_${R_VERSION}.Dockerfile && \
mv rocker-versioned2-R${R_VERSION}/scripts /rocker_scripts && \
mv rocker-versioned2-R${R_VERSION}/dockerfiles/verse_${R_VERSION}.Dockerfile /rocker_scripts/verse_${R_VERSION}.Dockerfile && \
mv rocker-versioned2-R${R_VERSION}/dockerfiles/r-ver_${R_VERSION}.Dockerfile /rocker_scripts/r-ver_${R_VERSION}.Dockerfile && \
rm R${R_VERSION}.tar.gz && \
rm -rf rocker-versioned2-R${R_VERSION}

0 comments on commit 298aedd

Please sign in to comment.