1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

dovecot: corrected dockerfile inside nightly

This commit is contained in:
DerLinkman 2024-02-05 15:57:44 +01:00
parent 216398355b
commit 058b79ed5c
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -3,8 +3,6 @@ LABEL maintainer "The Infrastructure Company GmbH GmbH <info@servercow.de>"
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$ # renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
ARG GOSU_VERSION=1.16 ARG GOSU_VERSION=1.16
ARG DOVECOT_VERSION=2.3.20
ARG PIGEONHOLE_VERSION=0.5.20
ENV LC_ALL C ENV LC_ALL C
@ -27,7 +25,6 @@ RUN addgroup -g 5000 vmail \
curl \ curl \
jq \ jq \
lua \ lua \
lua-json \
lua-cjson \ lua-cjson \
lua-socket \ lua-socket \
lua-sql-mysql \ lua-sql-mysql \