From fbc429b743243ecb334573826e9cb1904b84aa59 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Mon, 30 Jan 2017 12:44:53 +0100 Subject: [PATCH] Add common (un)archiver, pax --- common.debian | 1 + 1 file changed, 1 insertion(+) diff --git a/common.debian b/common.debian index fe1473e..6140f15 100644 --- a/common.debian +++ b/common.debian @@ -25,6 +25,7 @@ RUN apt-get update && apt-get install \ bison \ flex \ tar \ + pax \ vim \ wget \ runit \