mkrootfs: Install OpenSSL 1.1

`mqttdpms` is linked against OpenSSL 1.1.  Rather than build multiple
copies that link to different versions, it's easier (for now) to just
install the old version of OpenSSL here.
This commit is contained in:
2022-12-13 11:54:35 -06:00
parent 8acc69f9ba
commit 6fe27732b3

View File

@@ -28,6 +28,7 @@ dnf --installroot "${destdir}" install -y \
nbd \
openbox \
openssh-server \
openssl1.1 \
rsyslog \
systemd \
xinit \