diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index b9f9ccaa19..771d4bf720 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -42,7 +42,7 @@ items: RUN git clone https://github.com/release-monitoring/anitya.git && \ pushd anitya && \ git checkout 0.13.0 && \ - python setup.py install && \ + python3 setup.py install && \ pushd docs && \ sphinx-build-3 -b html . _build/html && \ mkdir -p ../anitya/static/docs/ && \