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

move dependency for package building to Docker Image

parent 54f7ca09
No related branches found
No related tags found
No related merge requests found
Pipeline #7210 passed
......@@ -2,8 +2,13 @@ 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-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 && \
apt-get -qq install \
lsb-release openjdk-11-jre-headless curl \
sqlite3 locales-all git \
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 \
git-buildpackage debhelper && \
pip3 install pylint html5validator twine build --upgrade && \
apt-get -qq clean
FROM uffd-base AS openldap-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment