Apply containerd build patch again

The containerd pure mode build patch is no longer being applied after D535.
containerd is thus no longer executable since we don't have a dynamic loader
in Smalltown. This applies the patch again using Fietsje.

Test Plan: Tested under D544

X-Origin-Diff: phab/D545
GitOrigin-RevId: 76bc4804c4dd0faf5fd38685d0c69bfa4af6ea94
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index 8e56dd3..00e92e2 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -242,6 +242,10 @@
             "no_devicemapper",
             "no_btrfs",
         ],
+        patches = [
+            "//third_party/go/patches:containerd-build.patch",
+        ],
+        patch_args = ["-p1"],
     )
     go_repository(
         name = "com_github_containerd_continuity",