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

upstream-sync
Julien Cristau 2 years ago committed by mergify[bot]
parent ca44c34468
commit 56c6ed5f21

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