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
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).
The current docker image for rstudio-devel is not starting because is it missing
libssl
. Here is the output I am getting.I tried also with
DISABLE_AUTH=true
.Thanks.