container: Install openssl-devel in build stage
All checks were successful
dustin/sshca/pipeline/head This commit looks good
All checks were successful
dustin/sshca/pipeline/head This commit looks good
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.
This commit is contained in:
@@ -6,6 +6,7 @@ RUN --mount=type=cache,target=/var/cache \
|
|||||||
cargo \
|
cargo \
|
||||||
libvirt-devel \
|
libvirt-devel \
|
||||||
rust \
|
rust \
|
||||||
|
openssl-devel \
|
||||||
&& :
|
&& :
|
||||||
|
|
||||||
COPY . /build
|
COPY . /build
|
||||||
|
|||||||
Reference in New Issue
Block a user