You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
223 B

FROM alpine:3.13.6
RUN apk add --no-cache \
openresolv iptables ip6tables iproute2 wireguard-tools \
findutils # Needed for find's -printf flag
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]