Merge pull request #278 from 3nprob/docker-ps

Add procps to Dockerfile
This commit is contained in:
Gilles LAMIRAL 2021-03-22 12:50:29 +01:00 committed by GitHub
commit 0e46857ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ RUN set -xe && \
libtest-warn-perl \
make \
cpanminus \
procps \
wget
RUN wget -N https://imapsync.lamiral.info/imapsync && \