mirror of
				https://github.com/teddysun/across.git
				synced 2025-10-29 16:05:32 +08:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
| FROM alpine:edge | FROM alpine:edge | ||||||
| LABEL maintainer="Teddysun <i@teddysun.com>" | 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 \ | 	&& ipsec initnss \ | ||||||
| 	&& rm -rf /var/cache/apk/* | 	&& rm -rf /var/cache/apk/* | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
| FROM --platform=$TARGETPLATFORM alpine:edge | FROM --platform=$TARGETPLATFORM alpine:edge | ||||||
| LABEL maintainer="Teddysun <i@teddysun.com>" | 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 \ | 	&& ipsec initnss \ | ||||||
| 	&& rm -rf /var/cache/apk/* | 	&& rm -rf /var/cache/apk/* | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user