Skip to content

Commit f5980e2

Browse files
committed
Fix Dockerfile
1 parent f3a2ce8 commit f5980e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/autokuma
77
COPY . .
88
RUN --mount=type=cache,target=/cache/$TARGETARCH,id=cache-ghcr.io/bigboot/autokuma-${FEATURES} \
99
cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./autokuma && \
10-
cargo install --features "${FEATURES} autokuma-config" --locked --target-dir /cache/$TARGETARCH --path ./kuma-cli
10+
cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./kuma-cli
1111

1212
FROM debian:trixie-slim
1313
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)