Compare commits

...

2 Commits

Author SHA1 Message Date
96eb6a5150 rocky9 does not have redhat-lsb package 2023-12-05 09:49:46 +01:00
40646b1726 add lsb to redhat OSes 2023-12-05 09:28:05 +01:00

View File

@ -75,6 +75,7 @@ rh_base: &rh_base
- git - git
- python3 - python3
- bash-completion - bash-completion
- redhat-lsb
binds: binds:
- /etc/timezone:ro - /etc/timezone:ro
- /etc/localtime:ro - /etc/localtime:ro
@ -104,4 +105,11 @@ rocky8:
rocky9: rocky9:
<<: *rh_base <<: *rh_base
image: docker.io/rockylinux:9 image: docker.io/rockylinux:9
packages:
- xterm
- vim-X11
- git
- python3
- bash-completion
# redhat-lsb not available