1
0
Fork 0

(ver4a) Install croc
All checks were successful
/ build-kde (push) Successful in 11m1s
/ build-gnome (push) Successful in 5m20s

This commit is contained in:
ver4a 2024-11-28 23:01:45 +01:00
parent 8c1dd3d890
commit 1407445f6c
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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