Add missing dependencies for docs

This commit is contained in:
Michal Konečný 2018-10-08 18:36:58 +02:00
parent c39b1d30b3
commit e764f3ff8f

View file

@ -17,6 +17,7 @@ items:
license="MIT"
RUN dnf install -y --enablerepo=updates-testing \
git \
graphviz \
python3-alembic \
python3-blinker \
python3-dateutil \
@ -39,6 +40,7 @@ items:
python3-wtforms && \
dnf autoremove -y && \
dnf clean all -y
RUN pip-3 install sqlalchemy_schemadisplay
RUN git clone https://github.com/release-monitoring/anitya.git && \
pushd anitya && \
git checkout 0.13.1 && \