From 7d1b3db02af900402b4beb84a80bcb9b862ff3d1 Mon Sep 17 00:00:00 2001 From: Aus Lacroix Date: Wed, 13 May 2015 00:42:48 -0700 Subject: [PATCH] bug 1159960 - Update docker tester image. r=lightsofapollo --- testing/docker/tester/Dockerfile | 1 + testing/docker/tester/VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/docker/tester/Dockerfile b/testing/docker/tester/Dockerfile index 427a329dc296..29f720930bec 100644 --- a/testing/docker/tester/Dockerfile +++ b/testing/docker/tester/Dockerfile @@ -18,6 +18,7 @@ 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 taskcluster-vcs@2.3.4 +RUN npm install -g taskcluster-npm-cache@1.1.12 RUN rm -Rf .cache && mkdir -p .cache ENV PATH $PATH:/home/worker/bin diff --git a/testing/docker/tester/VERSION b/testing/docker/tester/VERSION index b005e307c519..9e11b32fcaa9 100644 --- a/testing/docker/tester/VERSION +++ b/testing/docker/tester/VERSION @@ -1 +1 @@ -0.2.15 +0.3.1