1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-16 15:52:47 +01:00

Add procps to Dockerfile

This commit is contained in:
3nprob 2021-03-22 20:05:55 +09:00
parent 7fda0fe570
commit eb62ea989d

View File

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