diff --git a/bioconductor-geneplotter/1.52.0-2-deb/Dockerfile b/bioconductor-geneplotter/1.52.0-2-deb/Dockerfile new file mode 100644 index 000000000..af6de03ec --- /dev/null +++ b/bioconductor-geneplotter/1.52.0-2-deb/Dockerfile @@ -0,0 +1,16 @@ +FROM biocontainers/biocontainers:debian-stretch-backports +MAINTAINER biocontainers +LABEL software="bioconductor-geneplotter" \ + container="bioconductor-geneplotter" \ + about.summary="R package of functions for plotting genomic data" \ + about.home="https://bioconductor.org/packages/geneplotter/" \ + software.version="1.52.0-2-deb" \ + version="1" \ + about.copyright=" 2001 R. Gentelman and biocore" \ + about.license="Artistic-2.0" \ + about.license_file="/usr/share/doc/bioconductor-geneplotter/copyright" \ + about.tags="" + +ENV DEBIAN_FRONTEND noninteractive +RUN apt-get update && apt-get install -y r-bioc-geneplotter && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/* +USER biodocker