Install earthly

This commit is contained in:
Gerald Pinder
2023-07-16 12:58:12 -04:00
parent c002954af4
commit cd888ea998
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ rpm:
# so that your repos automatically use your image's actual Fedora version, # so that your repos automatically use your image's actual Fedora version,
# which greatly simplifies future maintenance of your custom recipe. # which greatly simplifies future maintenance of your custom recipe.
repos: repos:
- https://pkg.earthly.dev/earthly.repo
install: install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti. # Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip - python3-pip
@@ -32,6 +33,7 @@ rpm:
- 'gcc-c++' - 'gcc-c++'
- id3v2 - id3v2
- xinput - xinput
- earthly
remove: remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak. # Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox - firefox

View File

@@ -14,6 +14,7 @@ rpm:
# so that your repos automatically use your image's actual Fedora version, # so that your repos automatically use your image's actual Fedora version,
# which greatly simplifies future maintenance of your custom recipe. # which greatly simplifies future maintenance of your custom recipe.
repos: repos:
- https://pkg.earthly.dev/earthly.repo
install: install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti. # Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip - python3-pip
@@ -35,6 +36,7 @@ rpm:
- 'gcc-c++' - 'gcc-c++'
- id3v2 - id3v2
- xinput - xinput
- earthly
remove: remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak. # Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox - firefox