o365move-worker (sha256:63b27cc7a3c2a4e0e759e96bb0f5e9ab4cdfc4aa4f73d38f3c4509a4046af3ca)
Published 2026-06-03 14:34:10 +00:00 by chinux
Installation
docker pull git.itdata-gera.de/chinux/o365move-worker@sha256:63b27cc7a3c2a4e0e759e96bb0f5e9ab4cdfc4aa4f73d38f3c4509a4046af3casha256:63b27cc7a3c2a4e0e759e96bb0f5e9ab4cdfc4aa4f73d38f3c4509a4046af3caImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends wget ca-certificates python3 python3-pip libauthen-ntlm-perl libcrypt-openssl-rsa-perl libdata-uniqid-perl libencode-imaputf7-perl libfile-copy-recursive-perl libfile-tail-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-tee-perl libhtml-parser-perl libjson-webtoken-perl libmail-imapclient-perl libparse-recdescent-perl libreadonly-perl libregexp-common-perl libsys-meminfo-perl libterm-readkey-perl libunicode-string-perl liburi-perl libwww-perl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c pip3 install --no-cache-dir --break-system-packages croniter==3.0.3 cryptography==43.0.1 # buildkit |
| RUN /bin/sh -c wget -O /usr/local/bin/imapsync https://imapsync.lamiral.info/imapsync && chmod +x /usr/local/bin/imapsync # buildkit |
| WORKDIR /app |
| COPY worker.py . # buildkit |
| RUN /bin/sh -c mkdir -p /data/logs # buildkit |
| CMD ["python3" "-u" "worker.py"] |