mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 02:32:11 +00:00 
			
		
		
		
	These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			125 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			125 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:edge
 | 
						|
RUN \
 | 
						|
  apk update && apk upgrade && \
 | 
						|
  apk add \
 | 
						|
  qemu-aarch64 \
 | 
						|
  qemu-arm \
 | 
						|
  qemu-ppc64le \
 | 
						|
  && true
 |