mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-11-04 12:27:30 +00:00 
			
		
		
		
	set workdir in onbuild to prevent downloading surch of workdir was changed in another image (#468)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									d66c1a3df9
								
							
						
					
					
						commit
						9ddc7c55ae
					
				@ -78,6 +78,7 @@ ONBUILD ARG DOWNLOAD_COMMUNITY_PACKAGES=1
 | 
				
			|||||||
ONBUILD ARG DOWNLOAD_DISTRIBUTION="Debian_10"
 | 
					ONBUILD ARG DOWNLOAD_DISTRIBUTION="Debian_10"
 | 
				
			||||||
ONBUILD ARG DOWNLOAD_CHANNEL="community"
 | 
					ONBUILD ARG DOWNLOAD_CHANNEL="community"
 | 
				
			||||||
ONBUILD ARG DOWNLOAD_BRANCH=""
 | 
					ONBUILD ARG DOWNLOAD_BRANCH=""
 | 
				
			||||||
 | 
					ONBUILD WORKDIR /kopano/repo
 | 
				
			||||||
ONBUILD RUN \
 | 
					ONBUILD RUN \
 | 
				
			||||||
    # community download and package as apt source repository
 | 
					    # community download and package as apt source repository
 | 
				
			||||||
    . /kopano/helper/create-kopano-repo.sh && \
 | 
					    . /kopano/helper/create-kopano-repo.sh && \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user