mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-26 23:50:14 +00:00
Spooler no python3
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ LABEL maintainer=az@zok.xyz \
|
|||||||
|
|
||||||
# install kopano
|
# install kopano
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
kopano-spooler python3-mapi \
|
kopano-spooler \
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user