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
976aa03f8b
commit
dca412bf6d
@ -4,7 +4,7 @@
|
||||
FROM alpine:edge
|
||||
LABEL maintainer="Teddysun <i@teddysun.com>"
|
||||
|
||||
RUN apk add -U ca-certificates openssl libreswan xl2tpd \
|
||||
RUN apk add --no-cache ca-certificates bash openssl libreswan xl2tpd \
|
||||
&& ipsec initnss \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
FROM --platform=$TARGETPLATFORM alpine:edge
|
||||
LABEL maintainer="Teddysun <i@teddysun.com>"
|
||||
|
||||
RUN apk add -U ca-certificates openssl libreswan xl2tpd \
|
||||
RUN apk add --no-cache ca-certificates bash openssl libreswan xl2tpd \
|
||||
&& ipsec initnss \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user