mirror of
				https://github.com/speed47/spectre-meltdown-checker.git
				synced 2025-11-04 07:40:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:3.7
 | 
						|
 | 
						|
RUN apk --update --no-cache add kmod binutils grep perl
 | 
						|
 | 
						|
COPY . /check
 | 
						|
 | 
						|
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]
 |