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/cirrus/packer/ubuntu_setup.sh | |
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/cirrus/packer/ubuntu_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/ubuntu_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |