container: Install openssl-devel in build stage
dustin/sshca/pipeline/head This commit looks good
Details
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
parent
be40c05b56
commit
4b7c8c3d5a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue