1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 05:42:54 +00:00

use onbuild to specify building of core repository only in one place

remove ca-certificates and git from kdav image

git should not be needed since kdav has a builder stage
ca-certificates is already installed in an earlier stage

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-10-11 14:05:47 +02:00
parent afce634efa
commit 4028b53c78
6 changed files with 11 additions and 28 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ build-playground:
component=playground make build-builder
component=playground make build-simple
#build-python:
# component=python make build
build-python:
component=python make build
build-kdav:
docker pull composer:1.9