Force add setuptools
This commit is contained in:
parent
48f0825c63
commit
d5a7265f0a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ COPY pyproject.toml poetry.lock ./
|
||||||
|
|
||||||
RUN python -m venv --copies /app/venv \
|
RUN python -m venv --copies /app/venv \
|
||||||
&& . /app/venv/bin/activate \
|
&& . /app/venv/bin/activate \
|
||||||
|
&& python -m pip install setuptools \
|
||||||
&& poetry install $POETRY_OPTIONS
|
&& poetry install $POETRY_OPTIONS
|
||||||
|
|
||||||
ENV PATH /app/venv/bin:$PATH
|
ENV PATH /app/venv/bin:$PATH
|
||||||
|
|
Reference in a new issue