Skip to content

Commit

Permalink
Add debian package filo/1.1.0-3b1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent 3e7b5e6 commit c6c8c3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions filo/1.1.0-3b1-deb/Dockerfile
@@ -0,0 +1,15 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="filo" \
container="filo" \
about.summary="FILe and stream Operations" \
about.home="https://github.com/arq5x/filo" \
software.version="1.1.0-3b1-deb" \
version="1" \
about.license_file="/usr/share/doc/filo/copyright" \
extra.binaries="/usr/bin/groupBy" \
about.tags=""

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

0 comments on commit c6c8c3b

Please sign in to comment.