mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1165488 - Update tester docker image. r=jlal
This commit is contained in:
parent
359d014316
commit
d5ff74a643
@ -17,8 +17,9 @@ RUN chmod u+x /home/worker/bin/buildbot_step
|
||||
RUN chmod u+x /usr/local/bin/linux64-minidump_stackwalk
|
||||
RUN apt-get install -y python-pip && pip install virtualenv;
|
||||
RUN mkdir Documents; mkdir Pictures; mkdir Music; mkdir Videos; mkdir artifacts
|
||||
RUN npm install -g npm@^2.0.0
|
||||
RUN npm install -g taskcluster-vcs@2.3.4
|
||||
RUN npm install -g taskcluster-npm-cache@1.1.12
|
||||
RUN npm install -g taskcluster-npm-cache@1.1.14
|
||||
RUN rm -Rf .cache && mkdir -p .cache
|
||||
ENV PATH $PATH:/home/worker/bin
|
||||
|
||||
|
@ -1 +1 @@
|
||||
0.3.3
|
||||
0.3.5
|
||||
|
@ -1,2 +1,4 @@
|
||||
[global]
|
||||
disable-pip-version-check = true
|
||||
trusted-host = pypi.pub.build.mozilla.org
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user