Skip to content
Snippets Groups Projects
Commit e9c95e29 authored by Julian's avatar Julian
Browse files

Added python3-flask-migrate

parent 39e446e6
Branches
No related tags found
No related merge requests found
Pipeline #6508 passed
......@@ -2,7 +2,7 @@ FROM debian:buster AS uffd-base
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy 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-pytest openjdk-11-jre-headless && \
pip3 install pylint html5validator --upgrade && \
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