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

build: update poetry version in Dockerimage

parent 20ea2151
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ RUN apt-get update && \ ...@@ -15,7 +15,7 @@ RUN apt-get update && \
apt-get install --yes --no-install-recommends curl gcc graphviz ldap-utils libldap2-dev \ apt-get install --yes --no-install-recommends curl gcc graphviz ldap-utils libldap2-dev \
libmagic1 libsasl2-dev && \ libmagic1 libsasl2-dev && \
python -m venv ${POETRY_HOME} && \ python -m venv ${POETRY_HOME} && \
pip install --no-cache-dir poetry==1.8.2 && \ pip install --no-cache-dir poetry==1.8.4 && \
poetry install && \ poetry install && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* 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