FROM bioconductor/bioconductor_docker RUN apt -y install libgsl-dev libjpeg-dev ADD installtest.R /tmp/ RUN R -f /tmp/installtest.R