Skip to content

Commit

Permalink
update base debian image, removing unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jan 31, 2019
1 parent 8117b1a commit 22709e4
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions biocontainers/debian-stretch-backports/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stable-backports

LABEL base.image="debian:stable-backports"
LABEL version=1
LABEL version=2
LABEL software="Biocontainers debian based image"
LABEL software.version="debian-stretch-backports"
LABEL about.home="http://biocontainers.pro"
Expand All @@ -16,36 +16,10 @@ RUN mkdir /data /config
RUN apt-get clean all && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
autotools-dev \
automake \
cmake \
curl \
grep \
sed \
dpkg \
fuse \
git \
wget \
zip \
build-essential \
pkg-config \
python \
python-dev \
python-pip \
bzip2 \
ca-certificates \
libglib2.0-0 \
libxext6 \
libsm6 \
libxrender1 \
git \
mercurial \
subversion \
zlib1g-dev && \
apt-get clean && \
apt-get purge && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
apt-get clean && \
apt-get purge && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*


# Add user biodocker with password biodocker
RUN groupadd fuse && \
Expand Down

1 comment on commit 22709e4

@osallou
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Please sign in to comment.