From 8ef66a1ce2950be9c749aeb93bc3e6a0f95f9e53 Mon Sep 17 00:00:00 2001 From: Praseetha-KR Date: Sat, 13 Jan 2018 07:23:01 +0530 Subject: [PATCH] Includes package zip in ak-ubuntu --- ak-ubuntu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ak-ubuntu/Dockerfile b/ak-ubuntu/Dockerfile index 34a5cdf..ae29437 100644 --- a/ak-ubuntu/Dockerfile +++ b/ak-ubuntu/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update || apt-get update \ build-essential \ curl \ git \ + zip \ software-properties-common \ python-software-properties \ && curl -sL https://deb.nodesource.com/setup_9.x -o nodesource_setup.sh \