diff options
author | Ricky Elrod <codeblock@fedoraproject.org> | 2017-08-09 17:28:47 +0000 |
---|---|---|
committer | Ricky Elrod <codeblock@fedoraproject.org> | 2017-08-09 17:28:50 +0000 |
commit | 47459e682c6259190c538f0708bb12dba29f708f (patch) | |
tree | 14b438a9e2c0cdad40f5b24111544ccda62ec08c | |
parent | 4ba623cabaea06bbc7e14d3101183824463f0a6f (diff) | |
download | ansible-47459e682c6259190c538f0708bb12dba29f708f.tar.gz ansible-47459e682c6259190c538f0708bb12dba29f708f.tar.xz ansible-47459e682c6259190c538f0708bb12dba29f708f.zip |
add PyYAML to greenwave buildconfig dockerfile
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
-rw-r--r-- | roles/openshift-apps/greenwave/files/buildconfig.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift-apps/greenwave/files/buildconfig.yml b/roles/openshift-apps/greenwave/files/buildconfig.yml index 94ccb237f..b1edebe27 100644 --- a/roles/openshift-apps/greenwave/files/buildconfig.yml +++ b/roles/openshift-apps/greenwave/files/buildconfig.yml @@ -17,6 +17,7 @@ spec: git \ python-gunicorn \ python-requests \ + PyYAML \ python2-flask RUN git clone https://pagure.io/greenwave.git /srv/greenwave RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py |