From 0ef44fe6041332ef0af6eabdba797150c1eb0560 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 19 Jul 2023 13:18:10 +0200 Subject: [PATCH] fix compile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40bae29710..80e0a94e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ ARG features="" COPY --from=planner /windmill/recipe.json recipe.json -RUN apt-get update && apt-get install -y libxml2-dev xmlsec1-dev +RUN apt-get update && apt-get install -y libxml2-dev libxmlsec1-dev RUN CARGO_NET_GIT_FETCH_WITH_CLI=true RUST_BACKTRACE=1 cargo chef cook --release --features "$features" --recipe-path recipe.json