From e8eb4eea10da949d4d33cb69c81b8ea39ee637f5 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 22 Nov 2019 15:42:48 +0100 Subject: [PATCH] [IMP] runbot: add unzip tool in Docker image --- runbot/data/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runbot/data/Dockerfile b/runbot/data/Dockerfile index 4e280e1a..8906eba9 100644 --- a/runbot/data/Dockerfile +++ b/runbot/data/Dockerfile @@ -27,6 +27,7 @@ RUN set -x ; \ python3-wheel \ sed \ sudo \ + unzip \ xfonts-75dpi \ zip \ zlib1g-dev