Docker base image containing the R interpreter.
This minimum-footprint docker image is build using Ubuntu/Wily64 using busybox:glibc.
3.2.3,latest3.2.3/Dockerfile
Check out the R source into a directory below this (i.e. ../R-3.2.3/) . ./configure --with-x=no and make.
Run bash ./build.sh. The build is meant for Ubuntu/Wily64 using glibc. The dynamic shared libraries are copied into ./shared-libs/ and the R binaries and support files got into ./r-install. The docker image pipmyday/r:latest is built by default, you may want to change this.
©2016 by Pipmyday