Skip to content

Instantly share code, notes, and snippets.

@cynipe
Created June 15, 2015 09:54
Show Gist options
  • Save cynipe/985b1197f31a7e7e352b to your computer and use it in GitHub Desktop.
Save cynipe/985b1197f31a7e7e352b to your computer and use it in GitHub Desktop.
俺々R環境
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