From 794accf4de4a075546bb2b96cf5ea18992a00878 Mon Sep 17 00:00:00 2001 From: Matthew Cengia Date: Tue, 31 Dec 2024 08:54:34 +1100 Subject: [PATCH] fix: Don't copy obviously unnecessary files into container build Sure, these don't end up in the final build stage, but they *do* cause the builder to re-run anything after COPY . . if anything in, say, the docs/ dir changes. --- .containerignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .containerignore diff --git a/.containerignore b/.containerignore new file mode 100644 index 0000000..508c418 --- /dev/null +++ b/.containerignore @@ -0,0 +1,7 @@ +.git/ +LICENSES/ +debian/ +doc/ +packages/ +thirdparty/ +wireshark/