diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-01 06:05:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 06:05:22 -0700 |
commit | 049aafa4c094f604b1985fe3975762573d7f64e7 (patch) | |
tree | a5eb3c6caa04f1c63a9c9b6eb765ee69899eebc0 /contrib | |
parent | 5d344db8d776190568df9c3b73fd22b632c9c135 (diff) | |
parent | 80f6af7766a1b47715a0cd8d1fab567750dcdc31 (diff) | |
download | podman-049aafa4c094f604b1985fe3975762573d7f64e7.tar.gz podman-049aafa4c094f604b1985fe3975762573d7f64e7.tar.bz2 podman-049aafa4c094f604b1985fe3975762573d7f64e7.zip |
Merge pull request #4090 from vrothberg/build-catatonit
Build catatonit
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cirrus/packer/fedora_setup.sh | 2 | ||||
-rw-r--r-- | contrib/cirrus/packer/ubuntu_setup.sh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 8e0a2b2ee..679ad3b8d 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -37,6 +37,7 @@ ooe.sh sudo dnf install -y \ criu \ device-mapper-devel \ emacs-nox \ + file \ findutils \ fuse3 \ fuse3-devel \ @@ -61,6 +62,7 @@ ooe.sh sudo dnf install -y \ libseccomp \ libseccomp-devel \ libselinux-devel \ + libtool \ libvarlink-util \ lsof \ make \ diff --git a/contrib/cirrus/packer/ubuntu_setup.sh b/contrib/cirrus/packer/ubuntu_setup.sh index c94e74a08..2f54da9ed 100644 --- a/contrib/cirrus/packer/ubuntu_setup.sh +++ b/contrib/cirrus/packer/ubuntu_setup.sh @@ -61,6 +61,7 @@ $BIGTO $SUDOAPTGET install \ curl \ e2fslibs-dev \ emacs-nox \ + file \ gawk \ gcc \ gettext \ |