mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-21 23:06:27 +00:00
fixes https://github.com/zokradonh/kopano-docker/issues/57 Signed-off-by: Felix Bartels <felix@host-consultants.de>
10 lines
216 B
Docker
10 lines
216 B
Docker
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" ]
|