rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Remove libpcre3 as it causes a conflict while loading libraries #199

Closed nturaga closed 4 years ago

nturaga commented 4 years ago

This seems to fix the issue caused when trying load R.

docker run -it rocker/r-ver:devel bash

root@7c25d55d1fca:~# R
/usr/local/lib/R/bin/exec/R: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory

This PR, tags on to https://github.com/rocker-org/rocker-versioned/pull/198.