Switched to Alpine Edge (for IMAPSYNC Deps)

This commit is contained in:
DerLinkman 2023-05-02 15:29:21 +00:00
parent a602dd4656
commit c58fcddb03
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.17 FROM alpine:edge
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>" LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
ARG GOSU_VERSION=1.16 ARG GOSU_VERSION=1.16
@ -40,11 +40,14 @@ RUN addgroup -g 5000 vmail \
make \ make \
mariadb-connector-c \ mariadb-connector-c \
mariadb-dev \ mariadb-dev \
glib-dev \
gcompat \
mariadb-client \ mariadb-client \
# libressl-dev \ # libressl-dev \
openssl-dev \ openssl-dev \
pcre-dev \ pcre-dev \
perl \ perl \
perl-dev \
perl-ntlm \ perl-ntlm \
perl-cgi \ perl-cgi \
perl-crypt-openssl-rsa \ perl-crypt-openssl-rsa \
@ -64,7 +67,6 @@ RUN addgroup -g 5000 vmail \
perl-io-tee \ perl-io-tee \
perl-ipc-run \ perl-ipc-run \
perl-json-webtoken \ perl-json-webtoken \
#perl-lockfile-simple \
perl-mail-imapclient \ perl-mail-imapclient \
perl-module-implementation \ perl-module-implementation \
perl-module-scandeps \ perl-module-scandeps \
@ -88,6 +90,7 @@ RUN addgroup -g 5000 vmail \
perl-test-warn \ perl-test-warn \
perl-try-tiny \ perl-try-tiny \
perl-unicode-string \ perl-unicode-string \
perl-proc-processtable \
perl-app-cpanminus \ perl-app-cpanminus \
procps \ procps \
python3 \ python3 \