pyproject-build-2
This commit is contained in:
parent
499893e10b
commit
84dad8998f
|
@ -13,6 +13,8 @@ COPY . /app
|
||||||
# Install any needed packages specified in pyproject.toml
|
# Install any needed packages specified in pyproject.toml
|
||||||
RUN apt-get update && apt-get install -y gcc curl && \
|
RUN apt-get update && apt-get install -y gcc curl && \
|
||||||
curl -sSL https://install.python-poetry.org | python - && \
|
curl -sSL https://install.python-poetry.org | python - && \
|
||||||
|
echo "export PATH=$PATH:/root/.local/bin" >> ~/.bashrc && \
|
||||||
|
. ~/.bashrc && \
|
||||||
poetry config virtualenvs.create false && \
|
poetry config virtualenvs.create false && \
|
||||||
poetry install --no-dev
|
poetry install --no-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user