mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
Update Dockerfile
Reverted back to Debian Buster
This commit is contained in:
parent
542d5057ea
commit
a003ac4399
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Ubuntu latest points to current LTS release
|
# Ubuntu latest points to current LTS release
|
||||||
|
|
||||||
FROM ubuntu:latest
|
FROM debian:buster
|
||||||
|
|
||||||
LABEL maintainer="Gilles LAMIRAL <gilles@lamiral.info>" \
|
LABEL maintainer="Gilles LAMIRAL <gilles@lamiral.info>" \
|
||||||
description="Imapsync" \
|
description="Imapsync" \
|
||||||
@ -28,36 +28,29 @@ RUN set -xe && \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
libauthen-ntlm-perl \
|
libauthen-ntlm-perl \
|
||||||
libclass-load-perl \
|
libcgi-pm-perl \
|
||||||
libcrypt-ssleay-perl \
|
libcrypt-openssl-rsa-perl \
|
||||||
libdata-uniqid-perl \
|
libdata-uniqid-perl \
|
||||||
libdigest-hmac-perl \
|
|
||||||
libdist-checkconflicts-perl \
|
|
||||||
libencode-imaputf7-perl \
|
libencode-imaputf7-perl \
|
||||||
libfile-copy-recursive-perl \
|
libfile-copy-recursive-perl \
|
||||||
libfile-tail-perl \
|
libfile-tail-perl \
|
||||||
libio-compress-perl \
|
|
||||||
libio-socket-inet6-perl \
|
libio-socket-inet6-perl \
|
||||||
libio-socket-ssl-perl \
|
libio-socket-ssl-perl \
|
||||||
libio-tee-perl \
|
libio-tee-perl \
|
||||||
|
libhtml-parser-perl \
|
||||||
libjson-webtoken-perl \
|
libjson-webtoken-perl \
|
||||||
libmail-imapclient-perl \
|
libmail-imapclient-perl \
|
||||||
|
libparse-recdescent-perl \
|
||||||
libmodule-scandeps-perl \
|
libmodule-scandeps-perl \
|
||||||
libnet-dbus-perl \
|
|
||||||
libnet-ssleay-perl \
|
|
||||||
libpar-packer-perl \
|
|
||||||
libreadonly-perl \
|
libreadonly-perl \
|
||||||
libregexp-common-perl \
|
libregexp-common-perl \
|
||||||
libsys-meminfo-perl \
|
libsys-meminfo-perl \
|
||||||
libterm-readkey-perl \
|
libterm-readkey-perl \
|
||||||
libtest-fatal-perl \
|
|
||||||
libtest-mock-guard-perl \
|
|
||||||
libtest-mockobject-perl \
|
libtest-mockobject-perl \
|
||||||
libtest-pod-perl \
|
libtest-pod-perl \
|
||||||
libtest-requires-perl \
|
|
||||||
libtest-simple-perl \
|
|
||||||
libunicode-string-perl \
|
libunicode-string-perl \
|
||||||
liburi-perl \
|
liburi-perl \
|
||||||
|
libwww-perl \
|
||||||
libtest-nowarnings-perl \
|
libtest-nowarnings-perl \
|
||||||
libtest-deep-perl \
|
libtest-deep-perl \
|
||||||
libtest-warn-perl \
|
libtest-warn-perl \
|
||||||
|
Loading…
Reference in New Issue
Block a user