Skip to content

Commit

Permalink
Add debian package bioconductor-dnacopy/1.48.0-1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed May 31, 2018
1 parent fbd3ae6 commit aeb8d41
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bioconductor-dnacopy/1.48.0-1-deb/Dockerfile
@@ -0,0 +1,16 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="bioconductor-dnacopy" \
container="bioconductor-dnacopy" \
about.summary="R package: DNA copy number data analysis" \
about.home="http://www.bioconductor.org/packages/DNAcopy/" \
software.version="1.48.0-1-deb" \
version="1" \
about.copyright="Venkatraman E. Seshan <seshanv@mskcc.org>" \
about.license="GPL-2.0+" \
about.license_file="/usr/share/doc/bioconductor-dnacopy/copyright" \
about.tags=""

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y r-bioc-dnacopy && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

1 comment on commit aeb8d41

@osallou
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No bioconductor-dnacopy/1.48.0-1-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.