File tree 1 file changed +5
-31
lines changed
biocontainers/debian-stretch-backports
1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change 1
1
FROM debian:stable-backports
2
2
3
3
LABEL base.image="debian:stable-backports"
4
- LABEL version=1
4
+ LABEL version=2
5
5
LABEL software="Biocontainers debian based image"
6
6
LABEL software.version="debian-stretch-backports"
7
7
LABEL about.home="http://biocontainers.pro"
@@ -16,36 +16,10 @@ RUN mkdir /data /config
16
16
RUN apt-get clean all && \
17
17
apt-get update && \
18
18
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
+
49
23
50
24
# Add user biodocker with password biodocker
51
25
RUN groupadd fuse && \
You can’t perform that action at this time.
1 commit comments
osallou commentedon Jan 31, 2019
No biocontainers/debian-stretch-backports/test-cmds.txt (test file) present, skipping tests