diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-10 17:31:41 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-10 17:31:41 -0600 |
| commit | 6721aaffa33894624c87a54f4ed10eccd3c080e5 (patch) | |
| tree | 3cc32004dee9600014417d404dbe01ac0e1faca9 /Dockerfile | |
| parent | 5ce1672508f446826000fc88ff7bbdfd6c402b9e (diff) | |
chore: use staticly linked library to build static binary
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Build stage for authzd FROM rust:alpine AS authzd-builder -RUN apk add --no-cache musl-dev openssl-dev pkgconfig +RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconfig WORKDIR /app COPY . ./ RUN cargo build --bins --release --target x86_64-unknown-linux-musl --offline |
