Skip to content

Commit

Permalink
fix line continuation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jswig committed Oct 4, 2020
1 parent febcd0c commit b1d7037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion r/rstudio/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit b1d7037

Please sign in to comment.