I am trying to create a working docker image (based on Shiny) which includes a BioConductor package.
The packages are installed during the build phase, but they do not persist. I have tried installing it using 4 different methods ; none works.
Dockerfile :
```r
FROM rocker/shiny:4.0.5
RUN apt-get update && apt-get install -y \
libcurl4-gnutls-dev \
libssl-de…
updated 3.3 years ago • Sam
