From 35daba119465b1620f9de18e2f59a17ab3b6cfdd Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 4 Nov 2020 16:53:08 +0100 Subject: [PATCH] Dockerfile: install openssl Apparently openssl was dropped from fedora. Signed-off-by: Valentin Rothberg --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8248a222..98ad1a44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-md2ma which tar wget hostname util-linux bsdtar socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof docker iproute \ bats jq podman runc \ golint \ + openssl \ && dnf clean all # Install two versions of the registry. The first is an older version that