2343: poetry update r=tiftran a=tiftran



Co-authored-by: Tif Tran <ttran@mozilla.com>
This commit is contained in:
bors[bot] 2022-12-02 17:32:10 +00:00 коммит произвёл GitHub
Родитель 51e0d27c09 613b8b0492
Коммит 2e9f25a9e1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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