1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

create admin.cfg in core image

so that it can be later filled through an env variable

relates to https://github.com/zokradonh/kopano-docker/issues/99
This commit is contained in:
Felix Bartels 2019-03-05 20:46:42 +01:00
parent 842385ee34
commit 44c7eb57f5

View File

@ -40,6 +40,7 @@ RUN \
&& \
set +x && \
rm -rf /var/cache/apt /var/lib/apt/lists && \
touch /etc/kopano/admin.cfg && \
cp /usr/share/doc/kopano/example-config/*.cfg /etc/kopano/ && \
cp /usr/share/doc/kopano/example-config/*.cfg.gz /etc/kopano/ && \
gzip -d -f /etc/kopano/*.gz