1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

New: Allow non-community releases.

This commit is contained in:
Andre Zoledziowski
2018-06-19 01:20:26 +02:00
parent 95723626a8
commit a5ef4e27f1
9 changed files with 54 additions and 85 deletions
+2 -10
View File
@@ -1,17 +1,9 @@
ARG BASE_VERSION=latest
FROM zokradonh/kopano_base:${BASE_VERSION}
ARG KOPANO_CORE_VERSION=latest
FROM zokradonh/kopano_base:${KOPANO_CORE_VERSION}
LABEL maintainer=az@zok.xyz \
version="1.0"
# install kopano
# dagent does not seem to be fully migrated to python3 so python2-mapi is neccessary
RUN apt-get update && apt-get install -y --no-install-recommends \
kopano-dagent \
python2-mapi \
&& rm -rf /var/cache/apt /var/lib/apt/lists
ADD configure.py /kopano/configure.py
ADD start.sh /kopano/start.sh