mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-30 18:07:46 +00:00 
			
		
		
		
	Adding S/MIME support to webapp
This commit is contained in:
		
							parent
							
								
									cae5f2a267
								
							
						
					
					
						commit
						c4ed16029d
					
				| @ -8,6 +8,7 @@ ARG DOWNLOAD_COMMUNITY_PACKAGES=1 | ||||
| ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core" | ||||
| ARG KOPANO_REPOSITORY_FLAGS="trusted=yes" | ||||
| ARG KOPANO_WEBAPP_REPOSITORY_URL="file:/kopano/repo/webapp" | ||||
| ARG KOPANO_SMIME_REPOSITORY_URL="file:/kopano/repo/smime" | ||||
| ARG KOPANO_CORE_VERSION=newest | ||||
| ARG KOPANO_WEBAPP_VERSION=newest | ||||
| ARG RELEASE_KEY_DOWNLOAD=0 | ||||
| @ -19,9 +20,11 @@ RUN \ | ||||
|     if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \ | ||||
|         dl_and_package_community "core"; \ | ||||
|         dl_and_package_community "webapp"; \ | ||||
|         dl_and_package_community "smime"; \ | ||||
|     fi; \ | ||||
|     echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_CORE_REPOSITORY_URL} ./" > /etc/apt/sources.list.d/kopano.list; \ | ||||
|     echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_WEBAPP_REPOSITORY_URL} ./" >> /etc/apt/sources.list.d/kopano.list; \ | ||||
|     echo "deb [${KOPANO_REPOSITORY_FLAGS}] ${KOPANO_SMIME_REPOSITORY_URL} ./" >> /etc/apt/sources.list.d/kopano.list; \ | ||||
|     # save kopano version | ||||
|     echo "core-${KOPANO_CORE_VERSION}" > /kopano/buildversion; \ | ||||
|     echo "webapp-${KOPANO_WEBAPP_VERSION}" >> /kopano/buildversion; \ | ||||
| @ -66,6 +69,7 @@ RUN \ | ||||
|         kopano-webapp-plugin-titlecounter \ | ||||
|         kopano-webapp-plugin-webappmanual \ | ||||
|         kopano-webapp-plugin-zdeveloper \ | ||||
|         kopano-webapp-plugin-smime \ | ||||
|         ${ADDITIONAL_KOPANO_PACKAGES} \ | ||||
|         whatsapp4deskapp \ | ||||
|     && rm -rf /var/cache/apt /var/lib/apt/lists | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user