Skip to content

Commit

Permalink
Add debian package schema-salad/2.2.20170111180227-1-deb-py2/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jun 1, 2018
1 parent 4edd32f commit 8e2dd72
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions schema-salad/2.2.20170111180227-1-deb-py2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="schema-salad" \
container="schema-salad" \
about.summary="Schema Annotations for Linked Avro Data (SALAD)" \
about.home="http://www.commonwl.org" \
software.version="2.2.20170111180227-1-deb-py2" \
version="1" \
about.copyright="2015-2016 Peter Amstutz" \
about.license="Apache-2.0" \
about.license_file="/usr/share/doc/schema-salad/copyright" \
extra.binaries="/usr/bin/schema-salad-tool" \
about.tags=""

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y python-schema-salad && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

1 comment on commit 8e2dd72

@osallou
Copy link
Contributor Author

@osallou osallou commented on 8e2dd72 Jun 1, 2018

Choose a reason for hiding this comment

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

No schema-salad/2.2.20170111180227-1-deb-py2/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.