Bug 1165488 - Update tester docker image. r=jlal

This commit is contained in:
Aus Lacroix 2015-05-28 16:43:04 -07:00
parent 359d014316
commit d5ff74a643
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
0.3.3
0.3.5

View File

@ -1,2 +1,4 @@
[global]
disable-pip-version-check = true
trusted-host = pypi.pub.build.mozilla.org