mirror of
				https://github.com/teddysun/across.git
				synced 2025-10-31 08:45:36 +08:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| FROM alpine:edge | ||||
| LABEL maintainer="Teddysun <i@teddysun.com>" | ||||
|  | ||||
| RUN apk add -U openssl libreswan xl2tpd ppp-l2tp \ | ||||
| RUN apk add -U ca-certificates openssl libreswan xl2tpd \ | ||||
| 	&& ipsec initnss \ | ||||
| 	&& rm -rf /var/cache/apk/* | ||||
|  | ||||
| @@ -17,4 +17,4 @@ VOLUME /lib/modules | ||||
|  | ||||
| EXPOSE 500/udp 4500/udp | ||||
|  | ||||
| CMD [ "l2tp" ] | ||||
| CMD [ "l2tp" ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user