From 96eb6a51509f7fb768a1310ac3784c25225277b9 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Tue, 5 Dec 2023 09:49:46 +0100 Subject: [PATCH] rocky9 does not have redhat-lsb package --- runon.default.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runon.default.yaml b/runon.default.yaml index 679faaf..90a10b1 100644 --- a/runon.default.yaml +++ b/runon.default.yaml @@ -105,4 +105,11 @@ rocky8: rocky9: <<: *rh_base image: docker.io/rockylinux:9 + packages: + - xterm + - vim-X11 + - git + - python3 + - bash-completion + # redhat-lsb not available