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:
+4
-4
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user