Skip to content

Commit

Permalink
fix: change poetry verison to 1.1.8
Browse files Browse the repository at this point in the history
les versions supérieures poetry ne réussisent pas à récupérer des modules sur nexus
https://stackoverflow.com/questions/69836936/poetry-attributeerror-link-object-has-no-attribute-name
python-poetry/poetry#4085
  • Loading branch information
kyleahlo committed Feb 10, 2022
1 parent a572da8 commit eb5be22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM tahitiwebdesign/odoo8-base:release-1.2.0
LABEL maintainer="dev@tahitiwebdesign.com"

# Install poetry
ENV POETRY_VERSION=1.1.9
ENV POETRY_VERSION=1.1.8
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - && \
echo ". $HOME/.poetry/env" >> $HOME/.bashrc
RUN source $HOME/.poetry/env && \
Expand Down

0 comments on commit eb5be22

Please sign in to comment.