From bdb226a49ba13aeffbe381c1e3c2ea7374172abd Mon Sep 17 00:00:00 2001 From: proJM <81658610+proJM-Coding@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:46:31 +0000 Subject: [PATCH] Update build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 36b0e59..5534393 100755 --- a/build.sh +++ b/build.sh @@ -21,6 +21,11 @@ rpm-ostree install plasma-workspace-x11 # Adds firefox as another option alongside chromium rpm-ostree install firefox +# Install docker for winapps +rpm-ostree install dnf-plugins-core +rpm-ostree config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo +rpm-ostree install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin + # this would install a package from rpmfusion # rpm-ostree install vlc