Hacker News new | ask | show | jobs
by Legogris 2250 days ago
Is there any reason why OP installs iproute2 and iptables not in the builder together with the wireguard package but in the final container image?
1 comments

The packages installed in the builders are essentially never used since it never runs. The builder makes the files to install in the final container during the build phase, and then gets thrown away.
Oh, of course. Brainfart there.