[fenix] docker: pin taskcluster python package to a version compatible with 2.7

pull/600/head
Julien Cristau 3 years ago committed by mergify[bot]
parent f0dd625cef
commit 06a396569d

@ -46,7 +46,8 @@ RUN apt-get update -qq \
&& apt-get clean
RUN pip install --upgrade pip
RUN pip install taskcluster
# TODO update to python3 so we can use newer taskcluster
RUN pip install taskcluster==44.2.2
RUN locale-gen "$LANG"

Loading…
Cancel
Save