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 \ libtest-warn-perl \
make \ make \
cpanminus \ cpanminus \
procps \
wget wget
RUN wget -N https://imapsync.lamiral.info/imapsync && \ RUN wget -N https://imapsync.lamiral.info/imapsync && \