From 756bd0e1690fbd44156ffd9f7d953bbdb32cdfb2 Mon Sep 17 00:00:00 2001 From: Brian Bonsignore Date: Sat, 11 Jan 2025 14:05:29 -0500 Subject: [PATCH] feat: add docker --- recipes/recipe.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index f88239c..e1f53de 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -19,6 +19,7 @@ modules: - type: rpm-ostree repos: + - https://download.docker.com/linux/fedora/docker-ce.repo - https://repo.vivaldi.com/archive/vivaldi-fedora.repo - https://copr.fedorainfracloud.org/coprs/pgdev/ghostty/repo/fedora-%OS_VERSION%/pgdev-ghostty-fedora-%OS_VERSION%.repo install: @@ -26,6 +27,9 @@ modules: - fish - vivaldi-stable - ghostty-git + - docker-ce + - docker-ce-cli + - docker-compose-plugin optfix: - vivaldi remove: @@ -46,7 +50,7 @@ modules: - type: systemd system: enabled: - - sddm-boot.service + - docker.service - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)