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.
This commit is contained in:
Wander Lairson Costa 2015-09-29 07:28:04 -03:00
parent 08ef6bcd0e
commit 0e5711f8a8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
0.0.20
0.0.22