mirror of
https://github.com/teddysun/across.git
synced 2025-01-18 22:09:35 +08:00
Update Dockerfile
This commit is contained in:
parent
8da22d1d74
commit
d984be07cc
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user