From f01857ffc78a0e6e4e0424815827a8d9eea57156 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 5 Jun 2024 03:41:41 +0000 Subject: [PATCH] fix: install tar in base image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 82125454..4634f521 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ ARG EXTRA_BASE_PKGS='' RUN microdnf -y install --setopt=install_weak_deps=False \ make automake gcc gcc-c++ cpp binutils patch \ - curl wget jq yq moreutils \ + curl wget jq yq moreutils tar \ git git-lfs openssh-clients gnupg2 \ libnotify \ man-db \