You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			279 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			279 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| #
 | |
| # Dockerfile for pptp
 | |
| #
 | |
| 
 | |
| FROM alpine:3
 | |
| MAINTAINER EasyPi Software Foundation
 | |
| 
 | |
| RUN apk add --no-cache \
 | |
|             --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
 | |
|             pptpclient
 | |
| 
 | |
| COPY docker-entrypoint.sh /entrypoint.sh
 | |
| 
 | |
| ENTRYPOINT ["/entrypoint.sh"]
 |