openshift-apps/websites: Update deps to be python3-*

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-06-11 17:14:43 -05:00 committed by Rick Elrod
parent a53ee8f7f7
commit bf36ef0220

View file

@ -10,22 +10,22 @@ spec:
FROM fedora:latest FROM fedora:latest
RUN dnf -y install \ RUN dnf -y install \
git \ git \
python-flask \ python3-flask \
python-frozen-flask \ python3-frozen-flask \
python-flask-assets \ python3-flask-assets \
python-rjsmin \ python3-rjsmin \
python-cssmin \ python3-cssmin \
python-flask-babel \ python3-flask-babel \
python-flask-htmlmin \ python3-flask-htmlmin \
python-cssutils \ python3-cssutils \
rubygem-sass \ rubygem-sass \
babel \ babel \
python3-jinja2 \ python3-jinja2 \
python-pyyaml \ python3-pyyaml \
python-dateutil \ python3-dateutil \
python-dogpile-cache \ python3-dogpile-cache \
python-requests \ python3-requests \
python-zanata-client && \ python3-zanata-client && \
dnf clean all dnf clean all
CMD bash /etc/websites/build.sh CMD bash /etc/websites/build.sh
strategy: strategy: