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:
parent
57ab45f471
commit
ca099eb08e
@ -5,10 +5,13 @@ LABEL maintainer=az@zok.xyz \
|
|||||||
version="1.0"
|
version="1.0"
|
||||||
|
|
||||||
# install kopano
|
# 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 \
|
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
|
&& rm -rf /var/cache/apt /var/lib/apt/lists
|
||||||
|
|
||||||
|
|
||||||
ADD configure.py /kopano/configure.py
|
ADD configure.py /kopano/configure.py
|
||||||
ADD start.sh /kopano/start.sh
|
ADD start.sh /kopano/start.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user