diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-10 17:20:28 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-10 17:20:28 -0600 |
| commit | 787cdda1aecd5c3bc7edb0bd8c7f29f10ed12460 (patch) | |
| tree | bfb098eb8fee5151cabb354f56102f45ed652c60 /Dockerfile | |
| parent | d13b79501e113a908cc3a4d38be1837869f717ea (diff) | |
chore: build all the binaries
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
