From b1d7037ddf4e813bbe7adcc69d9958adcdd99a49 Mon Sep 17 00:00:00 2001 From: Anders Poirel Date: Sat, 3 Oct 2020 18:15:02 -0700 Subject: [PATCH] fix line continuation typo --- r/README.md | 2 +- r/rstudio/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r/README.md b/r/README.md index bbd1f38..16b7ce7 100644 --- a/r/README.md +++ b/r/README.md @@ -1,7 +1,7 @@ # rstudio Images for using R with Popper. Each folder contains `Dockerfile` based on the -Rocker image of the same name +[Rocker](https://www.rocker-project.org/) image of the same name ## License diff --git a/r/rstudio/Dockerfile b/r/rstudio/Dockerfile index a183dcb..6c10673 100644 --- a/r/rstudio/Dockerfile +++ b/r/rstudio/Dockerfile @@ -9,7 +9,7 @@ LABEL version="4.0.0" COPY rsession.conf /etc/rstudio # install containerit -RUN R -e "install.packages(\"remotes\")" \ +RUN R -e "install.packages(\"remotes\")" && \ R -e "remotes::install_github(\"o2r-project/containerit\")" EXPOSE 8787