This commit is contained in:
Kenneth Geisshirt 2017-08-28 15:48:24 +02:00
parent ffd5b34e1a
commit e53275d167

View File

@ -31,6 +31,7 @@ RUN dpkg --add-architecture i386 && \
strace \ strace \
unzip \ unzip \
wget \ wget \
sudo \
zip && \ zip && \
curl -sL https://deb.nodesource.com/setup_4.x | bash - && \ curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
apt-get install -y nodejs && \ apt-get install -y nodejs && \