1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-20 04:43:06 +00:00

Kopano spamd, Bugfixes (#17)

* Add container for kopano-spamd
* Authenticate version requests if needed
* Fix building of z-push for 'supported' base image
* Install kopano-spamd package by default
* Smaller fixes for kopano-spamd
* Fix missing file header
* simplify netrc usage
This commit is contained in:
h44z
2020-08-24 15:24:04 +02:00
committed by GitHub
parent 62e175b3ff
commit 3d7ff97aab
9 changed files with 66 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \
apt-get update && \
set -x && \
apt-get -o Debug::pkgProblemResolver=true install --no-install-recommends -y \
kopano-server-packages \
kopano-server-packages kopano-spamd \
${ADDITIONAL_KOPANO_PACKAGES} \
&& \
coreversion=$(dpkg-query --showformat='${Version}' --show kopano-server) && \