mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +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"
|
||||
|
||||
# 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user