Skip to content
Snippets Groups Projects
Verified Commit 54f7ca09 authored by nd's avatar nd
Browse files

add python3-venv dependency

parent 03864a2e
Branches
No related tags found
No related merge requests found
Pipeline #7102 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-flask-babel python3-pytest openjdk-11-jre-headless && \ apt-get -qq install sqlite3 locales-all git python3 python3-venv 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