mirror of
				https://github.com/alljoynsville/openwrt-builder
				synced 2025-11-04 03:58:24 +00:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		
							parent
							
								
									df446b28e3
								
							
						
					
					
						commit
						5f53f7eaa4
					
				
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							@ -1,10 +1,10 @@
 | 
				
			|||||||
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 vim unzip python libssl-dev &&\
 | 
					                       libncurses5-dev zlib1g-dev gawk flex gettext wget vim unzip python libssl-dev && \
 | 
				
			||||||
    apt-get clean &&\
 | 
					    apt-get clean && \
 | 
				
			||||||
    useradd -m openwrt &&\
 | 
					    useradd -m openwrt && \
 | 
				
			||||||
    echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
 | 
					    echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
 | 
				
			||||||
RUN sudo -iu openwrt git clone git://git.openwrt.org/15.05/openwrt.git
 | 
					RUN sudo -iu openwrt git clone git://git.openwrt.org/15.05/openwrt.git
 | 
				
			||||||
RUN sudo -iu openwrt openwrt/scripts/feeds update
 | 
					RUN sudo -iu openwrt openwrt/scripts/feeds update
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user