release-monitoring: Add social-auth-core to dnf command

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-06-24 15:18:57 +02:00
parent 18d1a67d27
commit e83a11590d
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ items:
name="release-monitoring-web" \
vendor="Fedora Infrastructure" \
license="MIT"
RUN dnf install -y --enablerepo=updates-testing \
RUN dnf install -y \
git \
httpd \
graphviz \
@ -36,6 +36,7 @@ items:
python3-setuptools \
python3-sphinxcontrib-httpdomain \
python3-social-auth-app-flask-sqlalchemy \
python3-social-auth-core \
python3-straight-plugin \
python3-sqlalchemy \
python3-pytoml \