We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a2ce8 commit f5980e2Copy full SHA for f5980e2
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /usr/src/autokuma
7
COPY . .
8
RUN --mount=type=cache,target=/cache/$TARGETARCH,id=cache-ghcr.io/bigboot/autokuma-${FEATURES} \
9
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
+ cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./kuma-cli
11
12
FROM debian:trixie-slim
13
RUN apt-get update && apt-get install -y \
0 commit comments