From: Ondřej Surý Date: Fri, 13 Oct 2017 20:36:09 +0000 (+0200) Subject: Install procps for /bin/kill into Debian and Ubuntu docker images X-Git-Tag: v9.13.0~168^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20d2d095a9fd451625324b002469d2f9120f7d67;p=thirdparty%2Fbind9.git Install procps for /bin/kill into Debian and Ubuntu docker images --- diff --git a/contrib/docker/debian-amd64:oldstable/Dockerfile b/contrib/docker/debian-amd64:oldstable/Dockerfile index cfb545d4adc..506c1731f02 100644 --- a/contrib/docker/debian-amd64:oldstable/Dockerfile +++ b/contrib/docker/debian-amd64:oldstable/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/debian-amd64:stable/Dockerfile b/contrib/docker/debian-amd64:stable/Dockerfile index 40521f536b0..bb405f6d569 100644 --- a/contrib/docker/debian-amd64:stable/Dockerfile +++ b/contrib/docker/debian-amd64:stable/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/debian-amd64:unstable/Dockerfile b/contrib/docker/debian-amd64:unstable/Dockerfile index 5a76f331120..7e15201d6d4 100644 --- a/contrib/docker/debian-amd64:unstable/Dockerfile +++ b/contrib/docker/debian-amd64:unstable/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/debian-i386:oldstable/Dockerfile b/contrib/docker/debian-i386:oldstable/Dockerfile index cfb545d4adc..506c1731f02 100644 --- a/contrib/docker/debian-i386:oldstable/Dockerfile +++ b/contrib/docker/debian-i386:oldstable/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/debian-i386:stable/Dockerfile b/contrib/docker/debian-i386:stable/Dockerfile index f361e816740..fb3bc1f438e 100644 --- a/contrib/docker/debian-i386:stable/Dockerfile +++ b/contrib/docker/debian-i386:stable/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/debian-i386:unstable/Dockerfile b/contrib/docker/debian-i386:unstable/Dockerfile index e4284e2cb15..5edf316ddf1 100644 --- a/contrib/docker/debian-i386:unstable/Dockerfile +++ b/contrib/docker/debian-i386:unstable/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/ubuntu-amd64:latest/Dockerfile b/contrib/docker/ubuntu-amd64:latest/Dockerfile index 1b241583b27..8356b2296cd 100644 --- a/contrib/docker/ubuntu-amd64:latest/Dockerfile +++ b/contrib/docker/ubuntu-amd64:latest/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps diff --git a/contrib/docker/ubuntu-i386:latest/Dockerfile b/contrib/docker/ubuntu-i386:latest/Dockerfile index 8743e17ff5d..bef58a4ac3e 100644 --- a/contrib/docker/ubuntu-i386:latest/Dockerfile +++ b/contrib/docker/ubuntu-i386:latest/Dockerfile @@ -21,5 +21,6 @@ RUN apt-get -y install \ libssl-dev \ libxml2-dev \ pkg-config -RUN apt-get -y install \ - net-tools +RUN apt-get -y install \ + net-tools \ + procps