Skip to content

Conversation

@eitsupi
Copy link
Member

@eitsupi eitsupi commented Jun 10, 2022

Related to #476

Users may find it easier to install Shiny Server on rocker/r-bspm than to install the R packages in rocker/shiny-verse.

We can expect the script to install Shiny Server to work with rocker/r-bspm:20.04 and so on, so I would like to add a test to confirm that it works.
(Of course, in the future we will need to document which scripts have been tested to work with rocker/r-bspm:20.04 etc.)

I was initially thinking of adding the install_rstudio.sh test too, but realized that this would not work at this time as there is already a non-root user named docker in rocker/r-bspm:20.04.

@eitsupi eitsupi force-pushed the support-r-bspm-image branch from 7b662bb to e36e547 Compare June 10, 2022 14:44
@eitsupi
Copy link
Member Author

eitsupi commented Jun 10, 2022

It seems that apt-get update was skipped due to remaining cache and the installation test failed.
I will take a look the upstream Dockerfile later.

if [ "$(find /var/lib/apt/lists/* | wc -l)" = "0" ]; then
apt-get update
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant