diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-03-14 22:12:12 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-03-14 22:12:12 +0100 |
commit | 1442abf0324a6980ef421bd7ede83cf23d96f92d (patch) | |
tree | 574024bc638817859a3c504ade1ace459b94b396 /contrib/cirrus | |
parent | fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb (diff) | |
download | podman-1442abf0324a6980ef421bd7ede83cf23d96f92d.tar.gz podman-1442abf0324a6980ef421bd7ede83cf23d96f92d.tar.bz2 podman-1442abf0324a6980ef421bd7ede83cf23d96f92d.zip |
cirrus: upgrade slirp4netns
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index d8d97904b..ead2f7343 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -66,6 +66,7 @@ then RUNC="https://kojipkgs.fedoraproject.org/packages/runc/1.0.0/55.dev.git578fe65.fc${OS_RELEASE_VER}/x86_64/runc-1.0.0-55.dev.git578fe65.fc${OS_RELEASE_VER}.x86_64.rpm" echo ">>>>> OVERRIDING RUNC WITH $RUNC <<<<<" dnf -y install "$RUNC" + dnf -y upgrade slirp4netns ;& # Continue to the next item centos-7) ;& rhel-7) |