Fix missing iproute2 dependency
This commit is contained in:
parent
52e1365df6
commit
f74368500a
|
|
@ -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 unzip curl \
|
&& apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 \
|
||||||
&& 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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user