mirror of
				https://github.com/speed47/spectre-meltdown-checker.git
				synced 2025-10-31 20:50:55 +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"]
 |