diff --git a/Dockerfile b/Dockerfile index e7bf7ab..7485638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,8 @@ RUN zypper -n install \ util-linux-systemd && \ zypper clean -a +RUN ln -s ../nsswitch.conf /etc/ && \ + ln -s ../../ipv4-nat.nft /etc/nftables/ && \ + ln -s ../../ipv6-nat.nft /etc/nftables/ + ENTRYPOINT [ "/usr/bin/virt-handler" ] diff --git a/virt-handler-container.changes b/virt-handler-container.changes index ef99636..578d43f 100644 --- a/virt-handler-container.changes +++ b/virt-handler-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 20 10:10:32 UTC 2022 - Vasily Ulyanov + +- Symlink nsswitch.conf and nft rules to proper locations + ------------------------------------------------------------------- Wed Jan 19 12:38:18 UTC 2022 - Vasily Ulyanov