Skip to content
Snippets Groups Projects
Commit 01f65fd9 authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Change poetry version

parent 2d495942
Branches 2-read-not-only-txt-files-2
No related merge requests found
Pipeline #11162 passed with stages
in 5 minutes and 50 seconds
......@@ -8,7 +8,7 @@ COPY config.ini .
COPY pyproject.toml .
COPY README.md .
RUN pip install poetry==1.4.2 poetry-core==1.0.4
RUN pip install poetry==1.1.8 poetry-core==1.0.4 urllib3==1.26.6
RUN poetry config virtualenvs.create false && poetry install
CMD python main.py
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment