You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/10/23 15:38:50 UTC

kafka git commit: KAFKA-6070; add ipaddress and enum34 dependencies to docker image

Repository: kafka
Updated Branches:
  refs/heads/trunk 277fc927c -> a3c4ab242


KAFKA-6070; add ipaddress and enum34 dependencies to docker image

Author: Colin P. Mccabe <cm...@confluent.io>

Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>, Alex Ayars <al...@confluent.io>

Closes #4084 from cmccabe/KAFKA-6070


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a3c4ab24
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a3c4ab24
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a3c4ab24

Branch: refs/heads/trunk
Commit: a3c4ab24278d8d5dfc662bc276ceba8ec6fe0a90
Parents: 277fc92
Author: Colin P. Mccabe <cm...@confluent.io>
Authored: Mon Oct 23 16:38:39 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Mon Oct 23 16:38:39 2017 +0100

----------------------------------------------------------------------
 tests/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/a3c4ab24/tests/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile
index 895f4fe..3ca9993 100644
--- a/tests/docker/Dockerfile
+++ b/tests/docker/Dockerfile
@@ -33,7 +33,7 @@ LABEL ducker.creator=$ducker_creator
 
 # Update Linux and install necessary utilities.
 RUN apt update && apt install -y sudo netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python-pip python-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev && apt-get -y clean
-RUN pip install -U pip setuptools && pip install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm && pip install --upgrade ducktape==0.7.1
+RUN pip install -U pip setuptools && pip install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 && pip install --upgrade ducktape==0.7.1
 
 # Set up ssh
 COPY ./ssh-config /root/.ssh/config