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 3f63fee
Showing 1 changed file with 1 addition and 1 deletion.
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 3f63fee

Please sign in to comment.