Adjust dev tools install
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- from-file: common/docker-engine.yml
|
||||
- type: dnf
|
||||
source: local
|
||||
repos:
|
||||
@@ -9,8 +8,17 @@ modules:
|
||||
- google-cloud-sdk.repo
|
||||
- https://pkg.earthly.dev/earthly.repo
|
||||
- https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
- https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
group-install:
|
||||
packages:
|
||||
- development-tools
|
||||
install:
|
||||
packages:
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-buildx-plugin
|
||||
- docker-compose-plugin
|
||||
- cmake
|
||||
- "gcc-c++"
|
||||
- earthly
|
||||
@@ -34,6 +42,10 @@ modules:
|
||||
- zlib-devel
|
||||
- glab
|
||||
- hugo
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- docker.service
|
||||
- type: script
|
||||
scripts:
|
||||
- install-mkcert.sh
|
||||
|
||||
Reference in New Issue
Block a user