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

rocker/rstudio:devel fails to start #170

Closed ahmohamed closed 4 years ago

ahmohamed commented 4 years ago

The current docker image for rstudio-devel is not starting because is it missing libssl. Here is the output I am getting.

> docker run -e ROOT=TRUE -e PASSWORD=pwd -p 8787:8787 rocker/rstudio:devel

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] add: executing... 
Nothing additional to add
[cont-init.d] add: exited 0.
[cont-init.d] userconf: executing... 
Adding user `rstudio' to group `sudo' ...
Adding user rstudio to group sudo
Done.
rstudio added to sudoers
[cont-init.d] userconf: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
rsession: no process found
/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
rsession: no process found

I tried also with DISABLE_AUTH=true.

Thanks.

cboettig commented 4 years ago

Apologies for the slow reply, this should now be fixed. (on debian:buster we need to install the Ubuntu version of RStudio server, not the debian:9 version).