Build with the latest Alpine v3
This commit is contained in:
parent
07596efd7f
commit
b505973565
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
FROM alpine:3.15.4
|
||||
FROM alpine:3
|
||||
|
||||
RUN apk add --no-cache \
|
||||
openresolv iptables ip6tables iproute2 wireguard-tools \
|
||||
findutils # Needed for find's -printf flag
|
||||
findutils openresolv iptables ip6tables iproute2 wireguard-tools
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue