From 787cdda1aecd5c3bc7edb0bd8c7f29f10ed12460 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Jul 2025 17:20:28 -0600 Subject: chore: build all the binaries --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e13dc2f..1c93af32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM rust:alpine AS authzd-builder RUN apk add --no-cache musl-dev WORKDIR /app COPY . ./ -RUN cargo build --bin authzd --release --target x86_64-unknown-linux-musl --offline +RUN cargo build --bins --release --target x86_64-unknown-linux-musl --offline RUN strip /app/target/x86_64-unknown-linux-musl/release/authzd # Build stage for getting Envoy binary -- cgit v1.2.3