1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

example to build local container with just some added plugins (#350)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-03-16 15:11:21 -04:00
committed by GitHub
parent 4e9829f466
commit c8a7958083
2 changed files with 12 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
ARG docker_repo=zokradonh
FROM ${docker_repo}/kopano_webapp
RUN apt-get update && apt-get install -y --no-install-recommends \
kopano-webapp-plugin-mdm \
&& rm -rf /var/cache/apt /var/lib/apt/lists