Created
June 15, 2015 09:54
-
-
Save cynipe/985b1197f31a7e7e352b to your computer and use it in GitHub Desktop.
俺々R環境
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM r-base | |
RUN apt-get -y update \ | |
&& apt-get -y install vim build-essential default-jdk default-jre \ | |
&& R CMD javareconf \ | |
&& apt-get clean \ | |
&& rm -rf /var/lib/apt/lists/ | |
RUN install2.r --error RJDBC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment