[SOGo] Add ActiveSync support
This commit is contained in:
parent
bea9ad7e8f
commit
33acf56526
@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
gobjc \
|
gobjc \
|
||||||
|
pkg-config \
|
||||||
gnustep-make \
|
gnustep-make \
|
||||||
gnustep-base-runtime \
|
gnustep-base-runtime \
|
||||||
libgnustep-base-dev \
|
libgnustep-base-dev \
|
||||||
@ -40,6 +41,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libytnef0-dev \
|
libytnef0-dev \
|
||||||
|
libwbxml2-dev \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
# Runtime dependencies
|
# Runtime dependencies
|
||||||
@ -68,6 +70,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libcurl4 \
|
libcurl4 \
|
||||||
libzip4 \
|
libzip4 \
|
||||||
libytnef0 \
|
libytnef0 \
|
||||||
|
libwbxml2-1 \
|
||||||
# Download gosu
|
# Download gosu
|
||||||
&& dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
|
&& dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
|
||||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" \
|
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" \
|
||||||
@ -97,6 +100,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& ./configure --disable-debug --disable-strip \
|
&& ./configure --disable-debug --disable-strip \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& make install \
|
&& make install \
|
||||||
|
&& cd /tmp/sogo/ActiveSync \
|
||||||
|
&& . /usr/share/GNUstep/Makefiles/GNUstep.sh \
|
||||||
|
&& make -j$(nproc) install \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf /tmp/sogo \
|
&& rm -rf /tmp/sogo \
|
||||||
# Strip binaries
|
# Strip binaries
|
||||||
|
|||||||
@ -200,7 +200,7 @@ services:
|
|||||||
- phpfpm
|
- phpfpm
|
||||||
|
|
||||||
sogo-mailcow:
|
sogo-mailcow:
|
||||||
image: ghcr.io/mailcow/sogo:5.12.5-2
|
image: ghcr.io/mailcow/sogo:5.12.5-3
|
||||||
environment:
|
environment:
|
||||||
- DBNAME=${DBNAME}
|
- DBNAME=${DBNAME}
|
||||||
- DBUSER=${DBUSER}
|
- DBUSER=${DBUSER}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user