Skip to content
Snippets Groups Projects
Verified Commit b5141d92 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Docker modules: add "ps" to debian img

parent e491cdc7
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ENV PACKAGES build-essential \ ...@@ -8,6 +8,7 @@ ENV PACKAGES build-essential \
python3-dev \ python3-dev \
python3-wheel \ python3-wheel \
zlib1g-dev \ zlib1g-dev \
procps \
libcurl4-gnutls-dev libcurl4-gnutls-dev
RUN apt-get update && \ RUN apt-get update && \
......
...@@ -2,6 +2,6 @@ FROM rocker/r-ver:3.5.3 ...@@ -2,6 +2,6 @@ FROM rocker/r-ver:3.5.3
MAINTAINER Remi Seraphin MAINTAINER Remi Seraphin
RUN apt update && \ RUN apt update && \
apt install libssl-dev libcurl4-openssl-dev libxml2-dev zlib1g-dev git apt install libssl-dev libcurl4-openssl-dev libxml2-dev zlib1g-dev git procps
RUN R -e "install.packages('tidyverse'); \ RUN R -e "install.packages('tidyverse'); \
install.packages('ggplot2')" install.packages('ggplot2')"
...@@ -8,6 +8,7 @@ ENV PACKAGES apt-utils \ ...@@ -8,6 +8,7 @@ ENV PACKAGES apt-utils \
libpng-dev \ libpng-dev \
uuid-dev \ uuid-dev \
libmysqlclient-dev \ libmysqlclient-dev \
procps \
rsync rsync
......
...@@ -5,6 +5,7 @@ ENV UMI_TOOLS_VERSION=1.0.0 ...@@ -5,6 +5,7 @@ ENV UMI_TOOLS_VERSION=1.0.0
ENV PACKAGES bash \ ENV PACKAGES bash \
python3 \ python3 \
python3-pip \ python3-pip \
procps \
gcc gcc
RUN apt update && \ RUN apt update && \
......
...@@ -5,6 +5,7 @@ ENV URQT_VERSION=d62c1f8 ...@@ -5,6 +5,7 @@ ENV URQT_VERSION=d62c1f8
ENV PACKAGES git=1:2.17* \ ENV PACKAGES git=1:2.17* \
build-essential=12.4* \ build-essential=12.4* \
ca-certificates=20180409 \ ca-certificates=20180409 \
procps \
zlib1g-dev=1:1.2.11* zlib1g-dev=1:1.2.11*
RUN apt-get update && \ RUN apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment