Skip to content

Commit

Permalink
Merge pull request #3 from n1hility/add-iproute
Browse files Browse the repository at this point in the history
Add iproute and dhcp-client
  • Loading branch information
n1hility authored Apr 18, 2023
2 parents 8aa397b + 6617f1c commit 8c91ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build_task:
set +o verbose
podman start fedora-update
podman exec fedora-update sh -c 'rpm -qa --qf "%-30{name} %{version}-%{release}\n" | sort' > pre-update
podman exec fedora-update sh -c 'dnf update -y && dnf -y install podman podman-docker procps-ng openssh-server net-tools && dnf clean all && rm -rf /var/cache/yum'
podman exec fedora-update sh -c 'dnf update -y && dnf -y install podman podman-docker procps-ng openssh-server net-tools iproute dhcp-client && dnf clean all && rm -rf /var/cache/yum'
podman exec fedora-update sh -c 'rpm -qa --qf "%-30{name} %{version}-%{release}\n" | sort' > post-update
diff -u pre-update post-update > delta || delta=1
Expand Down

0 comments on commit 8c91ee0

Please sign in to comment.