mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Revert "Docker: move Kernel "python-is-python2" requirement to the end"
This reverts commit 5271c0fa650ee48528aab21b7ac7ce4ffabac0ae.
This commit is contained in:
		
							parent
							
								
									b4cbb66695
								
							
						
					
					
						commit
						08b27e45e5
					
				| @ -196,6 +196,19 @@ RUN apt-get update && apt-get install -y \ | |||||||
|       automake \ |       automake \ | ||||||
|       cpio |       cpio | ||||||
| 
 | 
 | ||||||
|  | # Packages needed for Linux Kernel | ||||||
|  | # gnupg2 is required by Jenkins for the TAR verification | ||||||
|  | RUN apt-get update && apt-get install -y \ | ||||||
|  |       gnupg2 \ | ||||||
|  |       rsync \ | ||||||
|  |       libncurses5-dev \ | ||||||
|  |       flex \ | ||||||
|  |       bison \ | ||||||
|  |       bc \ | ||||||
|  |       kmod \ | ||||||
|  |       cpio \ | ||||||
|  |       python-is-python2 | ||||||
|  | 
 | ||||||
| # Packages needed for Intel QAT out-of-tree drivers | # Packages needed for Intel QAT out-of-tree drivers | ||||||
| RUN apt-get update && apt-get install -y \ | RUN apt-get update && apt-get install -y \ | ||||||
|       yasm |       yasm | ||||||
| @ -499,26 +512,13 @@ RUN apt-get update && apt-get install -y \ | |||||||
|       libtommath-dev \ |       libtommath-dev \ | ||||||
|       libz-dev |       libz-dev | ||||||
| 
 | 
 | ||||||
| # Packages needed for Linux Kernel |  | ||||||
| # gnupg2 is required by Jenkins for the TAR verification |  | ||||||
| RUN apt-get update && apt-get install -y \ |  | ||||||
|       gnupg2 \ |  | ||||||
|       rsync \ |  | ||||||
|       libncurses5-dev \ |  | ||||||
|       flex \ |  | ||||||
|       bison \ |  | ||||||
|       bc \ |  | ||||||
|       kmod \ |  | ||||||
|       cpio \ |  | ||||||
|       python-is-python2 |  | ||||||
| 
 |  | ||||||
| # Creating image for embedded systems needs this utilities to prepare a image file | # Creating image for embedded systems needs this utilities to prepare a image file | ||||||
| RUN apt-get update && apt-get install -y \ | RUN apt-get update && apt-get install -y \ | ||||||
|       parted \ |       parted udev zip | ||||||
|       udev \ |  | ||||||
|       zip |  | ||||||
| 
 | 
 | ||||||
|  | # | ||||||
| # fpm: a command-line program designed to help you build packages (e.g. deb) | # fpm: a command-line program designed to help you build packages (e.g. deb) | ||||||
|  | # | ||||||
| RUN apt-get update && apt-get install -y \ | RUN apt-get update && apt-get install -y \ | ||||||
|       ruby \ |       ruby \ | ||||||
|       ruby-dev \ |       ruby-dev \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user