summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-10 17:20:28 -0600
committermo khan <mo@mokhan.ca>2025-07-10 17:20:28 -0600
commit787cdda1aecd5c3bc7edb0bd8c7f29f10ed12460 (patch)
treebfb098eb8fee5151cabb354f56102f45ed652c60
parentd13b79501e113a908cc3a4d38be1837869f717ea (diff)
chore: build all the binaries
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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