mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] docker: run get-secret.py with python3
This commit is contained in:
parent
0541ba4fd9
commit
6be212ae11
@ -34,9 +34,8 @@ RUN apt-get update -qq \
|
||||
expect \
|
||||
git \
|
||||
curl \
|
||||
python \
|
||||
python-pip \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-yaml \
|
||||
locales \
|
||||
tzdata \
|
||||
@ -44,9 +43,8 @@ RUN apt-get update -qq \
|
||||
mercurial \
|
||||
&& apt-get clean
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
# TODO update to python3 so we can use newer taskcluster
|
||||
RUN pip install taskcluster==44.2.2
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip install taskcluster
|
||||
|
||||
RUN locale-gen "$LANG"
|
||||
|
||||
|
@ -10,9 +10,7 @@ RUN apt-get update -qq && \
|
||||
imagemagick \
|
||||
pyssim \
|
||||
python \
|
||||
python-pil \
|
||||
python3 \
|
||||
python3-pip
|
||||
python-pil
|
||||
|
||||
WORKDIR /builds/worker
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
Loading…
Reference in New Issue
Block a user