1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

needed for flatpak

This commit is contained in:
Jason N. 2024-03-04 17:14:54 -05:00
parent 3490844706
commit 9c3f800e9d

View file

@ -109,7 +109,7 @@ clean:
rm -f $(_BASE_DIR)/*.log || true rm -f $(_BASE_DIR)/*.log || true
install-deps: install-deps:
dnf install -y lorax xorriso skopeo flatpak dnf install -y lorax xorriso skopeo flatpak dbus-daemon
.PHONY: clean install-deps .PHONY: clean install-deps