Dockerfile: do not chown linuxbrew folder
The linuxbrew user has been removed from the Dockerfile
This commit is contained in:
		
							parent
							
								
									39b5c6becc
								
							
						
					
					
						commit
						a4f615d74f
					
				@ -28,7 +28,6 @@ ADD . /home/linuxbrew/.linuxbrew/Homebrew
 | 
			
		||||
RUN cd /home/linuxbrew/.linuxbrew \
 | 
			
		||||
	&& mkdir -p bin etc include lib opt sbin share var/homebrew/linked Cellar \
 | 
			
		||||
	&& ln -s ../Homebrew/bin/brew /home/linuxbrew/.linuxbrew/bin/ \
 | 
			
		||||
	&& chown -R linuxbrew: /home/linuxbrew/.linuxbrew \
 | 
			
		||||
	&& cd /home/linuxbrew/.linuxbrew/Homebrew \
 | 
			
		||||
	&& git remote set-url origin https://github.com/Homebrew/brew
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user