зеркало из https://github.com/mozilla/normandy.git
Merge #2343
2343: poetry update r=tiftran a=tiftran Co-authored-by: Tif Tran <ttran@mozilla.com>
This commit is contained in:
Коммит
2e9f25a9e1
|
@ -16,7 +16,7 @@ RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
|
|||
apt-get update && apt-get install yarn
|
||||
|
||||
# Install Poetry
|
||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
RUN pip install --no-cache-dir --quiet poetry
|
||||
ENV PATH "/root/.poetry/bin:${PATH}"
|
||||
|
||||
# Make and activate a Python virtualenv
|
||||
|
|
|
@ -16,7 +16,7 @@ RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
|
|||
apt-get update && apt-get install yarn
|
||||
|
||||
# Install Poetry
|
||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
RUN pip install --no-cache-dir --quiet poetry
|
||||
ENV PATH "/root/.poetry/bin:${PATH}"
|
||||
|
||||
# Make and activate a Python virtualenv
|
||||
|
|
Загрузка…
Ссылка в новой задаче