docker: add common packages to debian base
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
		
							parent
							
								
									24044d4825
								
							
						
					
					
						commit
						94afe49eab
					
				@ -18,8 +18,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata
 | 
				
			|||||||
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
 | 
					RUN DEBIAN_FRONTEND=noninteractive eatmydata \
 | 
				
			||||||
    apt install -y --no-install-recommends \
 | 
					    apt install -y --no-install-recommends \
 | 
				
			||||||
        bison \
 | 
					        bison \
 | 
				
			||||||
 | 
					        binutils-multiarch \
 | 
				
			||||||
        build-essential \
 | 
					        build-essential \
 | 
				
			||||||
        ca-certificates \
 | 
					        ca-certificates \
 | 
				
			||||||
        clang \
 | 
					        clang \
 | 
				
			||||||
        flex \
 | 
					        flex \
 | 
				
			||||||
        git
 | 
					        git \
 | 
				
			||||||
 | 
					        pkg-config \
 | 
				
			||||||
 | 
					        python-minimal
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user