Skip to content
Snippets Groups Projects
Unverified Commit 6fa60ca9 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

umi_tools: Dockerfile, fix dependences

parent f10df508
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,18 @@ MAINTAINER Rémi SERAPHIN ...@@ -3,11 +3,18 @@ MAINTAINER Rémi SERAPHIN
ENV UMI_TOOLS_VERSION=1.0.0 ENV UMI_TOOLS_VERSION=1.0.0
ENV PACKAGES="bash \ ENV PACKAGES="bash \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
procps \ procps \
gcc" zlib1g-dev \
zlib1g \
bzip2 \
libbz2-dev \
liblzma-dev \
libcurl4-openssl-dev \
make \t
gcc"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \ apt-get install -y --no-install-recommends ${PACKAGES} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment