mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1207986 part2: Install openjdk in the phone builder docker image. r=garndt
This is necessary for FOTA builds. Increase the version number to 0.0.22 because 0.0.21 was busted. --HG-- extra : commitid : GhfgSBuyWxg
This commit is contained in:
parent
901eb75699
commit
c8e39955c7
@ -8,7 +8,7 @@ ADD bin /home/worker/bin
|
||||
ADD config /home/worker/.aws/config
|
||||
ADD socorro.token /home/worker/socorro.token
|
||||
|
||||
RUN yum install -y bc lzop
|
||||
RUN yum install -y bc lzop java-1.7.0-openjdk
|
||||
RUN pip install awscli
|
||||
RUN npm install -g bower gulp apm grunt-cli
|
||||
|
||||
|
@ -1 +1 @@
|
||||
0.0.20
|
||||
0.0.22
|
||||
|
Loading…
Reference in New Issue
Block a user