From 90fe16e10468eaefd0bc8dc3ffe278cd23ba9b4d Mon Sep 17 00:00:00 2001 From: useswachte Date: Wed, 20 Mar 2019 14:23:33 +0100 Subject: [PATCH] add the procps package including the pkill command; the pkill command is used to kill kubectl port-forward processes after integration tests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df641c1..ecc8f8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/s RUN \ apt-get update && \ - apt-get install -y -qq --no-install-recommends wget unzip python openssh-client python-openssl git-core jq curl vim gnupg2 && \ + apt-get install -y -qq --no-install-recommends wget unzip python openssh-client python-openssl git-core jq curl vim gnupg2 procps && \ apt-get install -y -t stretch-backports golang-go && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*