From 410dc7009f728ede97e8082c9e94d8dab8f97f9a Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Thu, 17 Oct 2024 14:45:20 -0500 Subject: [PATCH] add: skopeo --- container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \