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

singularity: add ps command to debian containers

parent f8fe5b84
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ PACKAGES="build-essential \ ...@@ -13,6 +13,7 @@ PACKAGES="build-essential \
python3-dev \ python3-dev \
python3-wheel \ python3-wheel \
zlib1g-dev \ zlib1g-dev \
procps \
libcurl4-gnutls-dev" libcurl4-gnutls-dev"
apt-get update && \ apt-get update && \
......
...@@ -13,6 +13,7 @@ PACKAGES="build-essential \ ...@@ -13,6 +13,7 @@ PACKAGES="build-essential \
python3-dev \ python3-dev \
python3-wheel \ python3-wheel \
zlib1g-dev \ zlib1g-dev \
procps \
libcurl4-gnutls-dev" libcurl4-gnutls-dev"
apt-get update && \ apt-get update && \
......
...@@ -13,6 +13,7 @@ PACKAGES="apt-utils \ ...@@ -13,6 +13,7 @@ PACKAGES="apt-utils \
libssl-dev \ libssl-dev \
libpng-dev \ libpng-dev \
uuid-dev \ uuid-dev \
procps \
libmysqlclient-dev \ libmysqlclient-dev \
rsync" rsync"
......
...@@ -11,6 +11,7 @@ PACKAGES="bash \ ...@@ -11,6 +11,7 @@ PACKAGES="bash \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
procps \
gcc" gcc"
apt-get update && \ apt-get update && \
......
...@@ -11,6 +11,7 @@ PACKAGES="git \ ...@@ -11,6 +11,7 @@ PACKAGES="git \
g++ \ g++ \
make \ make \
ca-certificates \ ca-certificates \
procps \
zlib1g-dev" zlib1g-dev"
apt-get update && \ apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment