mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
add dedicated docker container for some utils
fixes https://github.com/zokradonh/kopano-docker/issues/57 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
ARG docker_repo=zokradonh
|
||||
FROM ${docker_repo}/kopano_core
|
||||
|
||||
RUN apt update && apt-get install --no-install-recommends -y \
|
||||
kopano-backup \
|
||||
kopano-migration-imap \
|
||||
kopano-migration-pst
|
||||
|
||||
CMD [ "/bin/bash" ]
|
||||
Reference in New Issue
Block a user