2021-06-11 07:44:26 +00:00
|
|
|
FROM ubuntu
|
|
|
|
# iproute2 in Alpine linux does not properly handle macvtap interfaces
|
|
|
|
RUN apt-get update && apt-get install -y qemu-kvm bash iproute2
|
2021-05-30 08:01:35 +00:00
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT /entrypoint.sh
|