mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
osbuilder: Add build dependency for openssl and protobuf
The openssl-sys crate will automatically detect: https://docs.rs/openssl/0.10.16/openssl/#automatic Signed-off-by: Arron Wang <arron.wang@intel.com>
This commit is contained in:
@@ -26,4 +26,9 @@ RUN apk update && apk add \
|
|||||||
make \
|
make \
|
||||||
musl \
|
musl \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
|
openssl-dev \
|
||||||
|
perl \
|
||||||
|
perl-module-build \
|
||||||
|
pkgconfig \
|
||||||
|
protoc \
|
||||||
tar
|
tar
|
||||||
|
@@ -30,7 +30,11 @@ RUN dnf -y update && dnf install -y \
|
|||||||
libstdc++-static \
|
libstdc++-static \
|
||||||
m4 \
|
m4 \
|
||||||
make \
|
make \
|
||||||
|
openssl-devel \
|
||||||
|
perl \
|
||||||
|
perl-IPC-Cmd \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
|
protobuf-compiler \
|
||||||
sed \
|
sed \
|
||||||
systemd \
|
systemd \
|
||||||
tar \
|
tar \
|
||||||
|
Reference in New Issue
Block a user