Add missing dependencies for docs
This commit is contained in:
parent
c39b1d30b3
commit
e764f3ff8f
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ items:
|
||||||
license="MIT"
|
license="MIT"
|
||||||
RUN dnf install -y --enablerepo=updates-testing \
|
RUN dnf install -y --enablerepo=updates-testing \
|
||||||
git \
|
git \
|
||||||
|
graphviz \
|
||||||
python3-alembic \
|
python3-alembic \
|
||||||
python3-blinker \
|
python3-blinker \
|
||||||
python3-dateutil \
|
python3-dateutil \
|
||||||
|
@ -39,6 +40,7 @@ items:
|
||||||
python3-wtforms && \
|
python3-wtforms && \
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all -y
|
dnf clean all -y
|
||||||
|
RUN pip-3 install sqlalchemy_schemadisplay
|
||||||
RUN git clone https://github.com/release-monitoring/anitya.git && \
|
RUN git clone https://github.com/release-monitoring/anitya.git && \
|
||||||
pushd anitya && \
|
pushd anitya && \
|
||||||
git checkout 0.13.1 && \
|
git checkout 0.13.1 && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue