diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-09-24 12:36:50 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-09-25 11:05:41 +0200 |
commit | 80f6af7766a1b47715a0cd8d1fab567750dcdc31 (patch) | |
tree | fd29f5731de079d0f4da901138abce3f3362ee48 /Dockerfile.centos | |
parent | 6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4 (diff) | |
download | podman-80f6af7766a1b47715a0cd8d1fab567750dcdc31.tar.gz podman-80f6af7766a1b47715a0cd8d1fab567750dcdc31.tar.bz2 podman-80f6af7766a1b47715a0cd8d1fab567750dcdc31.zip |
catatonit: clone and build
Instead of unconditionally pulling the x86 binary, clone the repository
and build the binary to make it independent of the architecture.
Fixes: #2699
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'Dockerfile.centos')
-rw-r--r-- | Dockerfile.centos | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile.centos b/Dockerfile.centos index 513c4bdfd..9af7ef7f1 100644 --- a/Dockerfile.centos +++ b/Dockerfile.centos @@ -2,9 +2,12 @@ FROM registry.centos.org/centos/centos:7 RUN yum -y install btrfs-progs-devel \ atomic-registries \ + autoconf \ + automake \ bzip2 \ device-mapper-devel \ findutils \ + file \ git \ glibc-static \ glib2-devel \ @@ -15,6 +18,7 @@ RUN yum -y install btrfs-progs-devel \ libassuan-devel \ libseccomp-devel \ libselinux-devel \ + libtool \ containers-common \ runc \ make \ |