mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
parent
3e04f2a7a6
commit
dce1c7e406
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ RUN pip install --user pipenv
|
||||||
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
|
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
|
||||||
|
|
||||||
ENV PATH="/home/ubuntu/.poetry/bin:$PATH"
|
ENV PATH="/home/ubuntu/.poetry/bin:$PATH"
|
||||||
RUN poetry config settings.virtualenvs.create false
|
RUN cp -r $HOME/.poetry/lib/poetry/_vendor/py3.7 $HOME/.poetry/lib/poetry/_vendor/py3.8
|
||||||
|
RUN poetry config settings.virtualenvs.in-project false
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue