add PyYAML to greenwave buildconfig dockerfile

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-08-09 17:28:47 +00:00
parent 4ba623caba
commit 47459e682c

View file

@ -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