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:
Arron Wang
2021-11-27 03:28:04 +08:00
committed by Samuel Ortiz
parent 378a4ce7a2
commit 263bbe937f
2 changed files with 9 additions and 0 deletions

View File

@@ -26,4 +26,9 @@ RUN apk update && apk add \
make \
musl \
musl-dev \
openssl-dev \
perl \
perl-module-build \
pkgconfig \
protoc \
tar

View File

@@ -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 \