Skip to content

Commit 22709e4

Browse files
committedJan 31, 2019
update base debian image, removing unneeded stuff
1 parent 8117b1a commit 22709e4

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed
 

‎biocontainers/debian-stretch-backports/Dockerfile

+5-31
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:stable-backports
22

33
LABEL base.image="debian:stable-backports"
4-
LABEL version=1
4+
LABEL version=2
55
LABEL software="Biocontainers debian based image"
66
LABEL software.version="debian-stretch-backports"
77
LABEL about.home="http://biocontainers.pro"
@@ -16,36 +16,10 @@ RUN mkdir /data /config
1616
RUN 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
5125
RUN groupadd fuse && \

1 commit comments

Comments
 (1)

osallou commented on Jan 31, 2019

@osallou
ContributorAuthor

No biocontainers/debian-stretch-backports/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.