2020-05-18 17:14:55 -05:00
|
|
|
FROM ubuntu:20.04
|
2019-02-14 12:03:36 -08:00
|
|
|
|
2020-05-18 17:14:55 -05:00
|
|
|
RUN apt-get update && apt-get install -y openresolv iptables iproute2 wireguard
|
2019-02-14 12:03:36 -08:00
|
|
|
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|