mirror of
				https://github.com/alljoynsville/openwrt-builder
				synced 2025-10-30 17:48:02 +00:00 
			
		
		
		
	Add wget, unzip, and python to package list
This commit is contained in:
		
							parent
							
								
									74d078e330
								
							
						
					
					
						commit
						2c8d871ab4
					
				| @ -2,7 +2,7 @@ FROM ubuntu:13.10 | |||||||
| 
 | 
 | ||||||
| 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 \ | ||||||
|                        libncurses5-dev zlib1g-dev gawk flex gettext &&\ |                        libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python &&\ | ||||||
|     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 &&\ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user