Update Dockerfile

This commit is contained in:
Teddysun 2020-05-31 22:33:02 +09:00
parent 976aa03f8b
commit dca412bf6d
2 changed files with 2 additions and 2 deletions

View File

@ -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/*

View File

@ -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/*