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
RUN dnf -y install \
git \
python-flask \
python-frozen-flask \
python-flask-assets \
python-rjsmin \
python-cssmin \
python-flask-babel \
python-flask-htmlmin \
python-cssutils \
python3-flask \
python3-frozen-flask \
python3-flask-assets \
python3-rjsmin \
python3-cssmin \
python3-flask-babel \
python3-flask-htmlmin \
python3-cssutils \
rubygem-sass \
babel \
python3-jinja2 \
python-pyyaml \
python-dateutil \
python-dogpile-cache \
python-requests \
python-zanata-client && \
python3-pyyaml \
python3-dateutil \
python3-dogpile-cache \
python3-requests \
python3-zanata-client && \
dnf clean all
CMD bash /etc/websites/build.sh
strategy: