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

Consolidate Dockerfiles and install dh-python

dh-python is required in Bullseye to build Python-based Debian packages
parent 1a57edb4
No related branches found
No related tags found
No related merge requests found
Pipeline #7681 passed
...@@ -7,7 +7,7 @@ RUN apt-get -qq update && \ ...@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
sqlite3 locales-all git \ sqlite3 locales-all git \
python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \ python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \ python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper && \ git-buildpackage debhelper dh-python && \
pip3 install pylint html5validator twine build --upgrade && \ pip3 install pylint html5validator twine build --upgrade && \
apt-get -qq clean apt-get -qq clean
......
...@@ -6,8 +6,8 @@ RUN apt-get -qq update && \ ...@@ -6,8 +6,8 @@ RUN apt-get -qq update && \
lsb-release openjdk-11-jre-headless curl \ lsb-release openjdk-11-jre-headless curl \
sqlite3 locales-all git \ sqlite3 locales-all git \
python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \ python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
python3-pip python3-qrcode python3-fido2 python3-flask-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \ python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper && \ git-buildpackage debhelper dh-python && \
pip3 install pylint html5validator twine build --upgrade && \ pip3 install pylint html5validator twine build --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