From b0818dc349e0c19bceb0b1d8abc2979bb80118fc Mon Sep 17 00:00:00 2001 From: Ryan Luckie Date: Fri, 25 Jan 2019 15:23:09 -0600 Subject: [PATCH] Add peru - fixes https://github.com/cisco-sso/kdk/issues/111 --- files/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/files/Dockerfile b/files/Dockerfile index 3ad0a8b..5f86476 100644 --- a/files/Dockerfile +++ b/files/Dockerfile @@ -166,6 +166,7 @@ RUN echo "Install python-based utils and libs" && \ 'jinja2-cli[yaml]==0.6.0' \ 'openshift==0.7.1' \ 'passlib==1.7.1' \ + 'peru==1.2.0' \ 'python-neutronclient==6.10.0' \ 'python-octaviaclient==1.7.0' \ 'python-openstackclient==3.16.1' \