openshift-apps/websites: Update deps to be python3-*
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
a53ee8f7f7
commit
bf36ef0220
1 changed files with 13 additions and 13 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue