summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/gdb-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/docker/gdb-test/Dockerfile')
-rw-r--r--taskcluster/docker/gdb-test/Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/taskcluster/docker/gdb-test/Dockerfile b/taskcluster/docker/gdb-test/Dockerfile
new file mode 100644
index 0000000000..071f9554af
--- /dev/null
+++ b/taskcluster/docker/gdb-test/Dockerfile
@@ -0,0 +1,11 @@
+FROM $DOCKER_IMAGE_PARENT
+MAINTAINER Mike Hommey <mhommey@mozilla.com>
+
+VOLUME /builds/worker/checkouts
+VOLUME /builds/worker/workspace
+VOLUME /builds/worker/tooltool-cache
+
+ENV XZ_OPT=-T0
+
+RUN apt-get update && \
+ apt-get install gdb