container: Install openssl-devel in build stage
dustin/sshca/pipeline/head This commit looks good Details

The OpenID Connect integration introduced a dependency on the system
OpenSSL library.  As such, the OpenSSL development package needs ot be
available when building the application.
master
Dustin 2024-01-31 20:34:21 -06:00
parent be40c05b56
commit 4b7c8c3d5a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN --mount=type=cache,target=/var/cache \
cargo \
libvirt-devel \
rust \
openssl-devel \
&& :
COPY . /build