fix compile

This commit is contained in:
Ruben Fiszel
2023-07-19 13:18:10 +02:00
parent 35ed1f41bd
commit 0ef44fe604
+1 -1
View File
@@ -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