Bug 1498629 - pin pipenv version temporarily to avoid bug r=tomprince

Differential Revision: https://phabricator.services.mozilla.com/D8576

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2018-10-12 18:00:56 +00:00
Родитель 3ecf1f3476
Коммит ae39d1fb49
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -26,7 +26,7 @@ RUN for i in 1 2 3 4 5; do freshclam --verbose && break || sleep 15; done
# python-pip installs a lot of dependencies increasing the size of an image
# drastically. Install it like this saves us almost 200M.
RUN bash -c "curl -L https://bootstrap.pypa.io/get-pip.py | python3"
RUN pip install pipenv
RUN ["pip", "install", "pipenv<2018.10.9", "pip==18.0"]
# scripts
RUN mkdir /home/worker/bin