mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
chore: remove unused rpm-ostree package (#27)
chore: remove unused rpm-ostree dependency Co-authored-by: Noel Miller <4983138+noelmiller@users.noreply.github.com>
This commit is contained in:
parent
e36da208a8
commit
99a54d2869
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -87,7 +87,7 @@ container/$(IMAGE_NAME)-$(IMAGE_TAG):
|
|||
podman rmi $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
|
||||
install-deps:
|
||||
dnf install -y lorax xorriso podman git rpm-ostree
|
||||
dnf install -y lorax xorriso podman git
|
||||
|
||||
# Step 4: Generate xorriso script
|
||||
xorriso/%.sh: xorriso/%.sh.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue