Compare commits
2 Commits
c3d3ad26ce
...
master
Author | SHA1 | Date | |
---|---|---|---|
96eb6a5150 | |||
40646b1726 |
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user