poetry and pip updated

This commit is contained in:
2022-02-14 21:41:46 +03:00
parent 806f4ae2f7
commit 889765c920
2 changed files with 45 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10.2
FROM python:3.9.10
# python:
ENV PYTHONFAULTHANDLER=1 \
@@ -40,8 +40,10 @@ WORKDIR /code
RUN export PATH="/root/.local/bin:$PATH" \
&& poetry --version \
&& poetry lock \
&& poetry export -f requirements.txt --without-hashes --output requirements.txt
&& poetry export -f requirements.txt --without-hashes --output requirements.txt \
&& poetry install
WORKDIR /poetry