forked from Github-Mirrors/canaille
Fixed Gitlab CI
No need to install slapd from the backports now that Debian 12 is out.
This commit is contained in:
parent
e0bd8e734c
commit
bf490308cf
1 changed files with 1 additions and 3 deletions
|
@ -7,10 +7,8 @@ stages:
|
|||
- release
|
||||
|
||||
before_script:
|
||||
- echo deb http://deb.debian.org/debian bullseye-backports main contrib non-free >> /etc/apt/sources.list
|
||||
- apt update
|
||||
- env apt install --yes python3-dev libldap2-dev libsasl2-dev libssl-dev
|
||||
- env DEBIAN_FRONTEND=noninteractive apt -t bullseye-backports install --yes slapd ldap-utils
|
||||
- env DEBIAN_FRONTEND=noninteractive apt install --yes python3-dev libldap2-dev libsasl2-dev libssl-dev slapd ldap-utils
|
||||
- curl -O https://bootstrap.pypa.io/get-pip.py
|
||||
- python get-pip.py
|
||||
- pip install --upgrade tox "poetry>1.3.0" coveralls pyyaml tomli
|
||||
|
|
Loading…
Reference in a new issue