From 5961d671744edc18a72bc9090c50d2f5a2ee14fa Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 9 Jul 2017 22:25:53 -0400 Subject: [PATCH] Add unzip to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9994dd3..66054ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Isaac A., RUN apt update && \ apt upgrade -y && \ - apt install -y lib32gcc1 lib32stdc++6 curl && \ + apt install -y lib32gcc1 lib32stdc++6 unzip curl && \ curl -sL https://deb.nodesource.com/setup_6.x | bash - && \ apt install -y nodejs && \ mkdir /node_modules && \