diff options
| -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 +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 |
