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

Changed python3-flask-oauthlib to python3-oauthlib for Bullseye

parent fe17c648
No related branches found
No related tags found
No related merge requests found
Pipeline #7638 failed
...@@ -6,4 +6,4 @@ build-buster: ...@@ -6,4 +6,4 @@ build-buster:
script: script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.buster --destination $CI_REGISTRY_IMAGE/buster:$CI_COMMIT_TAG - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.buster --destination $CI_REGISTRY_IMAGE/buster:$CI_COMMIT_TAG
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.bullseye --destination $CI_REGISTRY_IMAGE/bullseye:$CI_COMMIT_TAG || true - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.bullseye --destination $CI_REGISTRY_IMAGE/bullseye:$CI_COMMIT_TAG
...@@ -6,7 +6,7 @@ RUN apt-get -qq update && \ ...@@ -6,7 +6,7 @@ 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 && \
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