diff --git a/container/Containerfile b/container/Containerfile index 669aed4..776f216 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -20,7 +20,7 @@ RUN dnf repolist && \ # terminal-based editors less vi vim nano \ # misc tools - httpd-tools \ + httpd-tools skopeo \ # developer tools diffutils curl-minimal wget tar git git-lfs procps jq && \ dnf clean all && \