From 670341e89f3aca4aa2d32dd4e00571a10d627850 Mon Sep 17 00:00:00 2001 From: lklimek <842586+lklimek@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:28:49 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58b6dc2efc..595fdbc2a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -346,7 +346,7 @@ RUN --mount=type=cache,sharing=shared,id=cargo_registry_index,target=${CARGO_HOM --mount=type=secret,id=AWS \ set -ex; \ source /root/env && \ - cargo install https://github.com/pkgw/elfx86exts@0.6.2 --locked && \ + cargo install --git https://github.com/pkgw/elfx86exts@0.6.2 --locked && \ cargo clean #