Skip to content
Snippets Groups Projects
Verified Commit 03864a2e authored by sistason's avatar sistason
Browse files

add flask babel for MR uffdcat common/

parent 8c92ac60
Branches
Tags
No related merge requests found
Pipeline #7027 passed
...@@ -2,7 +2,7 @@ FROM debian:buster AS uffd-base ...@@ -2,7 +2,7 @@ FROM debian:buster AS uffd-base
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \ apt-get -qq dist-upgrade && \
apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate lsb-release python3-pip python3-qrcode python3-fido2 python3-flask-oauthlib python3-pytest openjdk-11-jre-headless && \ apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate lsb-release python3-pip python3-qrcode python3-fido2 python3-flask-oauthlib python3-flask-babel python3-pytest openjdk-11-jre-headless && \
pip3 install pylint html5validator --upgrade && \ pip3 install pylint html5validator --upgrade && \
apt-get -qq clean apt-get -qq clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment