nuest / renjin-docker

Dockerfiles for automatic builds on Docker Hub for Renjin, an interpreter for R built on the Java Virtual Machine.
GNU General Public License v2.0
2 stars 0 forks source link

Try out source code install #2

Open nuest opened 4 years ago

nuest commented 4 years ago

Right now only .deb installers are used, but I suspect they are outdated.

See Dockerfile at https://github.com/bedatadriven/renjin/issues/190#issuecomment-247302377

https://github.com/bedatadriven/renjin/blob/master/BUILDING.md

nuest commented 4 years ago

This might also help with the problem that a very old Debian is needed...

nuest commented 4 years ago

There also is an apt repo!!

# 1. Add the Renjin repository signing keys to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://packages.renjin.org:80 --recv-keys EB2514FC345926E9

# 2. Add the Renjin repository
echo deb http://packages.renjin.org/repo/apt stable main | sudo tee /etc/apt/sources.list.d/renjin.list

# 3. Update list of available packages
sudo apt-get update

# 4. Install Renjin
sudo apt-get install renjin