Toolchain: Add missing dependencies (#687)
This commit is contained in:
		
							parent
							
								
									94f161d160
								
							
						
					
					
						commit
						5443bede53
					
				| @ -4,14 +4,17 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal | |||||||
|         ca-certificates \ |         ca-certificates \ | ||||||
|         build-essential \ |         build-essential \ | ||||||
|         python3 \ |         python3 \ | ||||||
|         python-setuptools \ |  | ||||||
|         libpython2.7 \ |  | ||||||
|         git \ |         git \ | ||||||
|         clang-format-12 \ |         clang-format-12 \ | ||||||
|         dfu-util \ |         dfu-util \ | ||||||
|         openocd \ |         openocd \ | ||||||
|         srecord \ |         srecord \ | ||||||
|         libncurses5 \ |         libncurses5 \ | ||||||
|  |         python-setuptools \ | ||||||
|  |         libpython2.7-dev \ | ||||||
|  |         libxml2-dev \ | ||||||
|  |         libxslt1-dev \ | ||||||
|  |         zlib1g-dev \ | ||||||
|         wget && \ |         wget && \ | ||||||
|     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Anna Prosvetova
						Anna Prosvetova