1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-20 12:52:59 +00:00

upgrade to Debian 10 for Z-Push

switch remaining Debian 9 repos in webapp

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-10-11 15:29:57 +02:00
parent 4028b53c78
commit fc5aa48497
4 changed files with 13 additions and 17 deletions
+4 -4
View File
@@ -47,10 +47,10 @@ RUN \
# community download and package as apt source repository
. /kopano/helper/create-kopano-repo.sh && \
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
dl_and_package_community "webapp"; \
dl_and_package_community "files"; \
dl_and_package_community "mdm"; \
dl_and_package_community "smime"; \
dl_and_package_community "webapp" "Debian_10"; \
dl_and_package_community "files" "Debian_10"; \
dl_and_package_community "mdm" "Debian_10"; \
dl_and_package_community "smime" "Debian_10"; \
fi; \
echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_WEBAPP_REPOSITORY_URL} ./" >> /etc/apt/sources.list.d/kopano.list; \
echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_WEBAPP_SMIME_REPOSITORY_URL} ./" >> /etc/apt/sources.list.d/kopano.list; \