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

add Kdav (#83)

* add a kdav image
* do not install composer into the docker image
instead use a multi stage build that copies the resulting directory into the final image
* set default version in compose

resolves #54
This commit is contained in:
Felix Bartels
2019-03-05 17:03:22 +01:00
committed by GitHub
parent 4507c0ae9b
commit 842385ee34
9 changed files with 200 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN apt-get update && \
moreutils \
python3 \
&& \
rm -rf /var/cache/apt /var/lib/apt/lists
rm -rf /var/cache/apt /var/lib/apt/lists/*
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen && \