Add TLS support (#243)

* Add TLS support

* Security fix for libsystemd0 systemd systemd-sysv libudev1
This commit is contained in:
Stephen Marshall
2018-11-07 11:47:41 +00:00
committed by Rob Parker
parent b8227abf7f
commit 3064699198
4 changed files with 21 additions and 9 deletions

View File

@@ -57,7 +57,8 @@ buildah run $ctr_mq -- yum install -y --setopt install_weak_deps=false --setopt=
procps-ng \
sed \
tar \
util-linux
util-linux \
openssl
# Clean up cached files
buildah run $ctr_mq -- yum clean all