From 2959d6ff82786dc1c64696e6051c7ca3b599d295 Mon Sep 17 00:00:00 2001 From: c4rt0 Date: Jul 27 2022 13:29:48 +0000 Subject: Added some necessary packages --- diff --git a/checkout-seed-files/images/rpm-repos/Dockerfile b/checkout-seed-files/images/rpm-repos/Dockerfile index 1c266d5..645b3f0 100644 --- a/checkout-seed-files/images/rpm-repos/Dockerfile +++ b/checkout-seed-files/images/rpm-repos/Dockerfile @@ -4,6 +4,7 @@ ARG SEED_SCRIPT_URL=https://pagure.io/fedora-infra/ansible/raw/main/f/roles/git/ ARG REPORT_SCRIPT_URL=https://pagure.io/fedora-infra/ansible/raw/main/f/roles/git/make_checkout_seed/files/alternative_arch_report.py RUN dnf install -y \ +bat \ crun \ git \ tar \ @@ -11,7 +12,9 @@ xz \ python2 \ python2-devel \ mailx \ -sendmail +sendmail \ +tree \ +vim COPY files/get-repos /usr/local/bin