From 41cdbc0304fadd70d71ae2c3c3a854f57eae4bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20H=C3=BCter?= Date: Fri, 9 Sep 2016 14:56:33 +0200 Subject: [PATCH] added explicit dependency for python-wheel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f01c12cb..803c2e10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update -y \ && apt-get upgrade -y \ && apt-get install -y curl jq haproxy zookeeper postgresql-${PGVERSION} python-psycopg2 python-yaml \ python-requests python-six python-click python-dateutil python-tzlocal python-urllib3 \ - python-dnspython python-pip python-setuptools python-kazoo python-prettytable python \ + python-dnspython python-pip python-setuptools python-kazoo python-prettytable python-wheel python \ && pip install python-etcd==0.4.3 python-consul==0.6.0 --upgrade \ && apt-get remove -y python-pip python-setuptools \ && apt-get autoremove -y \