瀏覽代碼

[SOGo] Rebase on Buster

andryyy 5 年之前
父節點
當前提交
d1f898360c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/Dockerfiles/sogo/Dockerfile

+ 2 - 2
data/Dockerfiles/sogo/Dockerfile

@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   cron \
   cron \
   gettext \
   gettext \
   gnupg \
   gnupg \
-  mysql-client \
+  mariadb-client \
   rsync \
   rsync \
   supervisor \
   supervisor \
   syslog-ng \
   syslog-ng \
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   && mkdir /usr/share/doc/sogo \
   && mkdir /usr/share/doc/sogo \
   && touch /usr/share/doc/sogo/empty.sh \
   && touch /usr/share/doc/sogo/empty.sh \
   && apt-key adv --keyserver keyserver.ubuntu.com --recv-key 0x810273C4 \
   && 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 \
   && apt-get update && apt-get install -y --no-install-recommends \
     sogo \
     sogo \
     sogo-activesync \
     sogo-activesync \