From 9cca407bbbbb3156a1159b41a8d61aeed1ac5b2d Mon Sep 17 00:00:00 2001 From: "Carlos A. Gomes" Date: Wed, 4 Oct 2017 21:31:26 -0300 Subject: [PATCH] Update Dockerfile add unzip to the installation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e912acd..3058b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ MAINTAINER Carlos A. Gomes RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \ && apt-get install --no-install-recommends -y \ nodejs \ + unzip \ build-essential \ openssh-client \