File tree Expand file tree Collapse file tree 1 file changed +5
-31
lines changed
biocontainers/debian-stretch-backports Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change 11FROM debian:stable-backports
22
33LABEL base.image="debian:stable-backports"
4- LABEL version=1
4+ LABEL version=2
55LABEL software="Biocontainers debian based image"
66LABEL software.version="debian-stretch-backports"
77LABEL about.home="http://biocontainers.pro"
@@ -16,36 +16,10 @@ RUN mkdir /data /config
1616RUN apt-get clean all && \
1717 apt-get update && \
1818 apt-get upgrade -y && \
19- apt-get install -y \
20- autotools-dev \
21- automake \
22- cmake \
23- curl \
24- grep \
25- sed \
26- dpkg \
27- fuse \
28- git \
29- wget \
30- zip \
31- build-essential \
32- pkg-config \
33- python \
34- python-dev \
35- python-pip \
36- bzip2 \
37- ca-certificates \
38- libglib2.0-0 \
39- libxext6 \
40- libsm6 \
41- libxrender1 \
42- git \
43- mercurial \
44- subversion \
45- zlib1g-dev && \
46- apt-get clean && \
47- apt-get purge && \
48- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
19+ apt-get clean && \
20+ apt-get purge && \
21+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
22+
4923
5024# Add user biodocker with password biodocker
5125RUN groupadd fuse && \
You can’t perform that action at this time.
0 commit comments