mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36: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 \
|
||||
musl \
|
||||
musl-dev \
|
||||
openssl-dev \
|
||||
perl \
|
||||
perl-module-build \
|
||||
pkgconfig \
|
||||
protoc \
|
||||
tar
|
||||
|
@@ -30,7 +30,11 @@ RUN dnf -y update && dnf install -y \
|
||||
libstdc++-static \
|
||||
m4 \
|
||||
make \
|
||||
openssl-devel \
|
||||
perl \
|
||||
perl-IPC-Cmd \
|
||||
pkgconfig \
|
||||
protobuf-compiler \
|
||||
sed \
|
||||
systemd \
|
||||
tar \
|
||||
|
Reference in New Issue
Block a user