Fix missing iproute2 dependency

This commit is contained in:
Dane Everitt 2017-10-22 12:26:18 -05:00
parent 52e1365df6
commit f74368500a
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

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