mirror of
				https://github.com/alljoynsville/openwrt-builder
				synced 2025-11-04 12:07:11 +00:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		
							parent
							
								
									8a7d8e0c42
								
							
						
					
					
						commit
						5ce23e6b85
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
FROM ubuntu:trusty
 | 
					FROM ubuntu:trusty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update &&\
 | 
					RUN apt-get update &&\
 | 
				
			||||||
    apt-get install -y git-core subversion build-essential gcc-multilib \
 | 
					    apt-get install -y git-core subversion build-essential gcc-multilib ccache \
 | 
				
			||||||
                       libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python &&\
 | 
					                       libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python &&\
 | 
				
			||||||
    apt-get clean &&\
 | 
					    apt-get clean &&\
 | 
				
			||||||
    useradd -m openwrt &&\
 | 
					    useradd -m openwrt &&\
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user