Bug 1665414 - Move tb-debian-mingw docker-image definition to Thunderbird repo. r=taskgraph-reviewers,aki

This docker image was created for Thunderbird and is unavailable for Firefox
builds.

Depends on D92703

Differential Revision: https://phabricator.services.mozilla.com/D92704
This commit is contained in:
Rob Lemley 2020-10-08 18:27:43 +00:00
parent fec1f2b476
commit d4b14ce3b4

View File

@ -1,19 +0,0 @@
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