From 73e8eeb75ef004252b89819a7e571b1422d2f4b6 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Mon, 8 Jan 2024 09:48:25 +0100 Subject: [PATCH] Fixed build #2213 --- tools/runc/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/runc/Dockerfile.template b/tools/runc/Dockerfile.template index 197958f5b4..bc0d6f2393 100644 --- a/tools/runc/Dockerfile.template +++ b/tools/runc/Dockerfile.template @@ -9,7 +9,7 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ SHELL [ "bash", "-clo", "errexit" ] ARG name ARG version -COPY --link --from=go-md2man / / +COPY --link --from=go-md2man / /usr/local/ RUN <