1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

Dagent is not migrated to python3

This commit is contained in:
Andre Zoledziowski 2018-05-07 14:24:00 +02:00
parent 57ab45f471
commit ca099eb08e

View File

@ -5,10 +5,13 @@ 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 python3-mapi \
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