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

add some more tools (#279)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-11-04 10:44:28 +01:00 committed by GitHub
parent 92247340e1
commit d13a82aed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,18 @@ LABEL maintainer=az@zok.xyz \
org.label-schema.schema-version="1.0"
RUN apt-get update && apt-get install --no-install-recommends -y \
vim nano man less \
git \
iputils-ping \
kopano-backup \
kopano-migration-imap \
kopano-migration-pst \
ldap-utils \
less \
lsof \
man \
nano \
net-tools \
vim \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*