forked from Github-Mirrors/canaille
chore: Gitlab CI poetry APT package installation
This commit is contained in:
parent
9032e2b58e
commit
e63afec6ff
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ stages:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- env DEBIAN_FRONTEND=noninteractive apt install --yes python3-dev libldap2-dev libsasl2-dev libssl-dev slapd ldap-utils
|
- env DEBIAN_FRONTEND=noninteractive apt install --yes python3-dev libldap2-dev libsasl2-dev libssl-dev slapd ldap-utils python3-poetry
|
||||||
- poetry config virtualenvs.in-project true
|
- poetry config virtualenvs.in-project true
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue