|
@ -1,8 +1,7 @@ |
|
|
FROM alpine:3.15.4 |
|
|
FROM alpine:3 |
|
|
|
|
|
|
|
|
RUN apk add --no-cache \ |
|
|
RUN apk add --no-cache \ |
|
|
openresolv iptables ip6tables iproute2 wireguard-tools \ |
|
|
findutils openresolv iptables ip6tables iproute2 wireguard-tools |
|
|
findutils # Needed for find's -printf flag |
|
|
|
|
|
|
|
|
|
|
|
COPY entrypoint.sh /entrypoint.sh |
|
|
COPY entrypoint.sh /entrypoint.sh |
|
|
|
|
|
|
|
|