mirror of
https://github.com/containers/skopeo.git
synced 2025-07-16 15:52:24 +00:00
Dockerfile: install openssl
Apparently openssl was dropped from fedora. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
65c5b0bf8d
commit
35daba1194
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user