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