The Bioconductor Docker images are based on rocker/rstudio which means they already have pandoc installed. liftr tries to install pandoc on the container and this fails. The dockerfile should only attempt to install pandoc if it is not already installed. Thanks.
The Bioconductor Docker images are based on rocker/rstudio which means they already have pandoc installed. liftr tries to install pandoc on the container and this fails. The dockerfile should only attempt to install pandoc if it is not already installed. Thanks.