From 438d84044faab47bfcd27fab9037cb1ba57dd878 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Mon, 30 Jan 2017 15:47:19 +0100 Subject: [PATCH] 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 \