We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873d289 commit ef17c23Copy full SHA for ef17c23
octave-bart/0.4.00-1-deb/Dockerfile
@@ -0,0 +1,16 @@
1
+FROM biocontainers/biocontainers:debian-stretch-backports
2
+MAINTAINER biocontainers <biodocker@gmail.com>
3
+LABEL software="octave-bart" \
4
+ container="octave-bart" \
5
+ about.summary="Octave bindings for BART" \
6
+ about.home="https://mrirecon.github.io/bart/" \
7
+ software.version="0.4.00-1-deb" \
8
+ version="1" \
9
+ about.copyright="2013-2016 The Regents of the University of California" \
10
+ about.license="BSD-3-clause" \
11
+ about.license_file="/usr/share/doc/octave-bart/copyright" \
12
+ about.tags=""
13
+
14
+ENV DEBIAN_FRONTEND noninteractive
15
+RUN apt-get update && apt-get install -y octave-bart && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
16
+USER biodocker
0 commit comments