Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
add the procps package including the pkill command; the pkill command…
Browse files Browse the repository at this point in the history
… is used to kill kubectl port-forward processes after integration tests
  • Loading branch information
useswachte committed Mar 20, 2019
1 parent e1cb785 commit 90fe16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 90fe16e

Please sign in to comment.