mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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.
This commit is contained in:
parent
08ef6bcd0e
commit
0e5711f8a8
@ -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