diff options
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 4f2cb877..7cd24533 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -32,8 +32,10 @@ zlib1g-dev \ python-tk \ curl \ supervisor \ +python-setuptools \ --no-install-recommends +RUN easy_install -U setuptools RUN apt-add-repository ppa:ansible/ansible -y RUN apt-key update -y |