summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/docker/tb-debian-mingw/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'comm/taskcluster/docker/tb-debian-mingw/Dockerfile')
-rw-r--r--comm/taskcluster/docker/tb-debian-mingw/Dockerfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comm/taskcluster/docker/tb-debian-mingw/Dockerfile b/comm/taskcluster/docker/tb-debian-mingw/Dockerfile
new file mode 100644
index 0000000000..ab5a7dbc2c
--- /dev/null
+++ b/comm/taskcluster/docker/tb-debian-mingw/Dockerfile
@@ -0,0 +1,19 @@
+FROM $DOCKER_IMAGE_PARENT
+MAINTAINER Rob Lemley <rob@thunderbird.net>
+# Used by Thunderbird to build third party libraries for OTR messaging.
+
+VOLUME /builds/worker/checkouts
+VOLUME /builds/worker/workspace
+VOLUME /builds/worker/tooltool-cache
+
+RUN apt-get update && \
+ apt-get dist-upgrade && \
+ apt-get install \
+ autoconf \
+ automake \
+ binutils-mingw-w64 \
+ gcc-mingw-w64 \
+ gcc-mingw-w64-i686 \
+ gcc-mingw-w64-x86-64 \
+ libtool \
+ mingw-w64-tools