mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-17 15:05:52 +00:00
add some more tools (#279)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
92247340e1
commit
d13a82aed1
@ -11,10 +11,18 @@ LABEL maintainer=az@zok.xyz \
|
|||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
vim nano man less \
|
git \
|
||||||
|
iputils-ping \
|
||||||
kopano-backup \
|
kopano-backup \
|
||||||
kopano-migration-imap \
|
kopano-migration-imap \
|
||||||
kopano-migration-pst \
|
kopano-migration-pst \
|
||||||
|
ldap-utils \
|
||||||
|
less \
|
||||||
|
lsof \
|
||||||
|
man \
|
||||||
|
nano \
|
||||||
|
net-tools \
|
||||||
|
vim \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user