Add ps util to container

This commit is contained in:
Cyrill Troxler 2018-07-21 17:18:19 +02:00
parent b412e81977
commit c4880a2bdc
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ ARG S3QL_VERSION=release-2.28
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
s3fs wget psmisc python3 python3-setuptools \ s3fs wget psmisc procps python3 python3-setuptools \
python3-dev python3-pip python3-llfuse pkg-config \ python3-dev python3-pip python3-llfuse pkg-config \
sqlite3 libsqlite3-dev python3-apsw cython && \ sqlite3 libsqlite3-dev python3-apsw cython && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*

View file

@ -5,7 +5,7 @@ ARG S3QL_VERSION=release-2.28
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
s3fs wget psmisc python3 python3-setuptools \ s3fs wget psmisc procps python3 python3-setuptools \
python3-dev python3-pip python3-llfuse pkg-config \ python3-dev python3-pip python3-llfuse pkg-config \
sqlite3 libsqlite3-dev python3-apsw cython && \ sqlite3 libsqlite3-dev python3-apsw cython && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*