You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| #
 | |
| # Dockerfile for wireguard-arm
 | |
| #
 | |
| 
 | |
| FROM arm32v7/alpine
 | |
| 
 | |
| MAINTAINER EasyPi Software Foundation
 | |
| 
 | |
| RUN apk add --no-cache coreutils iptables wireguard-tools
 | |
| 
 | |
| EXPOSE 51820/udp
 | |
| 
 | |
| CMD ["wg", "--help"]
 |