mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
fec1f2b476
commit
d4b14ce3b4
@ -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
|
Loading…
Reference in New Issue
Block a user