Add unzip to Dockerfile

This commit is contained in:
Unknown 2017-07-09 22:25:53 -04:00
parent 2e9c27f36a
commit 5961d67174

View File

@ -4,7 +4,7 @@ MAINTAINER Isaac A., <isaac@isaacs.site>
RUN apt update && \ RUN apt update && \
apt upgrade -y && \ 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 - && \ curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
apt install -y nodejs && \ apt install -y nodejs && \
mkdir /node_modules && \ mkdir /node_modules && \