o365move-worker (sha256:4a1d3004f35cfda52035399a732d6d4dccba233ff3185c9a230e33270a1662e1)
Published 2026-06-03 14:34:10 +00:00 by chinux
Installation
docker pull git.itdata-gera.de/chinux/o365move-worker@sha256:4a1d3004f35cfda52035399a732d6d4dccba233ff3185c9a230e33270a1662e1sha256:4a1d3004f35cfda52035399a732d6d4dccba233ff3185c9a230e33270a1662e1Image layers
| # debian.sh --arch 'arm64' 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"] |