Skip to content

Commit

Permalink
build rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilosov committed Jan 26, 2019
1 parent 2050166 commit c8e6eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt-get update && \
;

# You can use rsession from rstudio's desktop package as well.
ENV RSTUDIO_PKG=rstudio-server-1.0.136-amd64.deb
ENV RSTUDIO_PKG=rstudio-server-1.1.463-amd64.deb

RUN wget -q http://download2.rstudio.org/${RSTUDIO_PKG}
RUN dpkg -i ${RSTUDIO_PKG}
Expand All @@ -65,3 +65,4 @@ ENV LD_LIBRARY_PATH="/usr/lib/R/lib:/lib:/usr/lib/jvm/java-7-openjdk-amd64/jre/l

USER jovyan
RUN echo "export EDITOR=/usr/bin/vim" >> /home/jovyan/.bashrc
RUN echo "source /home/jovyan/work/.bash_custom" >> /home/jovyan/.bashrc

0 comments on commit c8e6eaf

Please sign in to comment.