From 5ce1672508f446826000fc88ff7bbdfd6c402b9e Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Jul 2025 17:21:43 -0600 Subject: chore: install openssl and pkgconfig for reqwest crate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1c93af32..77d1db1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN apk add --no-cache musl-dev openssl-dev pkgconfig WORKDIR /app COPY . ./ RUN cargo build --bins --release --target x86_64-unknown-linux-musl --offline -- cgit v1.2.3