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:
parent
842385ee34
commit
44c7eb57f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user