(ver4a) Install croc
This commit is contained in:
parent
8c1dd3d890
commit
1407445f6c
2 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,9 @@ RUN dnf5 -y install butane coreos-installer
|
||||||
# Install python development packages
|
# Install python development packages
|
||||||
RUN dnf5 -y install uv
|
RUN dnf5 -y install uv
|
||||||
|
|
||||||
|
# Install general utilities
|
||||||
|
RUN dnf5 -y install croc
|
||||||
|
|
||||||
# Install general purpose development tools
|
# Install general purpose development tools
|
||||||
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
|
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@ RUN dnf5 -y install butane coreos-installer
|
||||||
# Install python development packages
|
# Install python development packages
|
||||||
RUN dnf5 -y install uv
|
RUN dnf5 -y install uv
|
||||||
|
|
||||||
|
# Install general utilities
|
||||||
|
RUN dnf5 -y install croc
|
||||||
|
|
||||||
# Install general purpose development tools
|
# Install general purpose development tools
|
||||||
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
|
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue