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

Update Dockerfile

Fixed missing procps package which is a dependency.
This commit is contained in:
Daniel Wagner 2020-12-29 08:37:38 +01:00 committed by GitHub
parent 02fdc02197
commit dd945ccba2
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 && \