Skip to content
Snippets Groups Projects
Commit f7fffe32 authored by Carl Boettiger's avatar Carl Boettiger
Browse files

set up dependencies for latest tag

parent 3a343e4c
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,12 @@ verse: .PHONY
sync:
make -C r-ver/ dockerfiles
cp rstudio/Dockerfile rstudio/${R_VERSION}/Dockerfile
sed -i 's/r-ver:latest/r-ver:${R_VERSION}/' rstudio/${R_VERSION}/Dockerfile
## cp tidyverse:latest to tidyverse:3.3.2 and fix version
cp tidyverse/Dockerfile tidyverse/${R_VERSION}/Dockerfile
sed -i 's/rstudio:latest/rstudio:${R_VERSION}/' tidyverse/${R_VERSION}/Dockerfile
sed -i "s/ARG BUILD_DATE/ARG BUILD_DATE\nENV BUILD_DATE $$\{BUILD_DATE:-${BUILD_DATE}\}/" tidyverse/${R_VERSION}/Dockerfile
## cp verse:latest to verse:3.3.2 and fix version
cp verse/Dockerfile verse/${R_VERSION}/Dockerfile
sed -i 's/tidyverse:latest/tidyverse:${R_VERSION}/' verse/${R_VERSION}/Dockerfile
......
FROM rocker/r-ver:3.3.2
FROM rocker/r-ver:latest
ARG RSTUDIO_VERSION
ARG PANDOC_TEMPLATES_VERSION
......
FROM rocker/rstudio:3.3.2
FROM rocker/rstudio:latest
ARG BUILD_DATE
RUN apt-get update -qq && apt-get -y --no-install-recommends install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment