From 05bf7c43d255d9e8506fe1324a259eff4011e535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Urban?= Date: Wed, 23 Oct 2024 13:54:58 +0200 Subject: [PATCH] fix: install cargo-edit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee0fca3..d956d1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM rust:1.82 WORKDIR /usr/doclytics COPY . . ARG VERSION -RUN cargo install cargo edit +RUN cargo install cargo-edit RUN cargo set-version ${VERSION} RUN cargo install --path .