From 438d84044faab47bfcd27fab9037cb1ba57dd878 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Mon, 30 Jan 2017 15:47:19 +0100 Subject: [PATCH 1/2] Adding zip as well since @radare requires it to bundle the release after compiling. --- common.debian | 1 + 1 file changed, 1 insertion(+) diff --git a/common.debian b/common.debian index fe1473e..69d12d3 100644 --- a/common.debian +++ b/common.debian @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install \ file \ git \ gzip \ + zip \ make \ ncurses-dev \ pkg-config \ From 54685b5a50f37d8c8153c24f4da664b8f31d6f00 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Mon, 30 Jan 2017 16:15:03 +0100 Subject: [PATCH 2/2] Add pax and zip to manylinux as well --- common.manylinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.manylinux b/common.manylinux index c4b769c..acde8a9 100644 --- a/common.manylinux +++ b/common.manylinux @@ -9,7 +9,7 @@ RUN /usr/local/bin/install-python-packages.sh COPY manylinux-common/pre_exec.sh /dockcross/pre_exec.sh -RUN yum -y install sudo && \ +RUN yum -y install pax zip sudo && \ sed -i 's/Defaults requiretty/#Defaults requiretty/' /etc/sudoers && \ visudo -c