[SOGo] Rebase on Buster

master
andryyy 2019-11-24 11:02:06 +01:00
parent 3a6eba3ed5
commit d1f898360c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
cron \
gettext \
gnupg \
mysql-client \
mariadb-client \
rsync \
supervisor \
syslog-ng \
@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& mkdir /usr/share/doc/sogo \
&& touch /usr/share/doc/sogo/empty.sh \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-key 0x810273C4 \
&& echo "deb http://packages.inverse.ca/SOGo/nightly/4/debian/ stretch stretch" > /etc/apt/sources.list.d/sogo.list \
&& echo "deb http://packages.inverse.ca/SOGo/nightly/4/debian/ buster buster" > /etc/apt/sources.list.d/sogo.list \
&& apt-get update && apt-get install -y --no-install-recommends \
sogo \
sogo-activesync \