mirror of
				https://github.com/speed47/spectre-meltdown-checker.git
				synced 2025-11-03 23:30:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			237 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			237 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:latest
 | 
						|
 | 
						|
RUN apk --update --no-cache add kmod binutils grep perl zstd wget sharutils unzip sqlite procps coreutils iucode-tool gzip xz bzip2 lz4
 | 
						|
 | 
						|
COPY spectre-meltdown-checker.sh /
 | 
						|
 | 
						|
ENTRYPOINT ["/spectre-meltdown-checker.sh"]
 |