Browse Source

Build with the latest Alpine v3

pull/35/head
Jordan Potter 2 years ago
parent
commit
b505973565
  1. 5
      Dockerfile

5
Dockerfile

@ -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…
Cancel
Save