summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-09-24 12:36:50 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-09-25 11:05:41 +0200
commit80f6af7766a1b47715a0cd8d1fab567750dcdc31 (patch)
treefd29f5731de079d0f4da901138abce3f3362ee48 /Dockerfile
parent6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4 (diff)
downloadpodman-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')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1f51cd874..3c65bf5a8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
curl \
e2fslibs-dev \
+ file \
gawk \
gettext \
go-md2man \