Skip to content

Commit

Permalink
Update Dockerfile (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Nov 7, 2023
1 parent 60d9dab commit 706effb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biocontainers/debian-buster-backports/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:buster-backports

LABEL base.image="debian:buster-backports"
LABEL version=1
LABEL version=2
LABEL software="Biocontainers debian based image"
LABEL software.version="debian-buster-backports"
LABEL about.summary="Base image for BioDocker"
Expand All @@ -11,7 +11,7 @@ LABEL about.license_file="https://github.com/BioContainers/containers/blob/maste
LABEL about.license="SPDX:Apache-2.0"
LABEL about.tags="Genomics,Proteomics,Transcriptomics,General,Metabolomics"

MAINTAINER Olivier Sallou <osallou@irisa.fr>
MAINTAINER Mateo Boudet <mateo.boudet@irisa.fr>

ENV DEBIAN_FRONTEND noninteractive
RUN mkdir /data /config
Expand Down

0 comments on commit 706effb

Please sign in to comment.