Add unzip to Dockerfile
This commit is contained in:
parent
2e9c27f36a
commit
5961d67174
|
|
@ -4,7 +4,7 @@ MAINTAINER Isaac A., <isaac@isaacs.site>
|
|||
|
||||
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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user