From 3d39b50e8c71836001b18d5611fc9ab93dfa79b5 Mon Sep 17 00:00:00 2001 From: alexeybannov Date: Tue, 22 Jan 2019 08:18:18 +0000 Subject: [PATCH] include iproute2 package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 043b65b..5ed414c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN apt-get -y update && \ apt-get -y update && \ apt-get install -yq nginx mono-complete ca-certificates-mono && \ echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \ - apt-get install -yq dumb-init python-certbot-nginx htop nano dnsutils redis-server python3-pip multiarch-support && \ + apt-get install -yq dumb-init python-certbot-nginx htop nano dnsutils redis-server python3-pip multiarch-support iproute2 && \ wget http://archive.ubuntu.com/ubuntu/pool/main/libe/libevent/libevent-2.0-5_2.0.21-stable-2_amd64.deb && \ wget http://archive.ubuntu.com/ubuntu/pool/main/libe/libevent/libevent-core-2.0-5_2.0.21-stable-2_amd64.deb && \ wget http://archive.ubuntu.com/ubuntu/pool/main/libe/libevent/libevent-pthreads-2.0-5_2.0.21-stable-2_amd64.deb && \