Skip to content
Snippets Groups Projects
Verified Commit 5a02d950 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Poetry

parent c6303c9b
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ build-openapi-scheme:
- apt-get update
- apt-get install -y gcc libldap2-dev libsasl2-dev libmagic-dev
- pip install --upgrade pip
- pip install poetry==1.7.0
- pip install poetry==1.8.0
- poetry install --without dev,test --no-root
script:
- mkdir public
......
......@@ -15,7 +15,7 @@ RUN apt-get update && \
apt-get install --yes --no-install-recommends curl gcc graphviz ldap-utils libldap2-dev \
libmagic1 libsasl2-dev make && \
python -m venv ${POETRY_HOME} && \
pip install --no-cache-dir poetry==1.7.1 && \
pip install --no-cache-dir poetry==1.8.0 && \
poetry install && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment