Merge pull request #115 from PhiloInc/specify-ubuntu-version-in-dockerfile
Specify Ubuntu 14.04 in Dockerfile to ensure successful build
This commit is contained in:
commit
7cfae3891a
1
AUTHORS
1
AUTHORS
|
@ -16,4 +16,5 @@
|
|||
Anders Hasselqvist <anders.hasselqvist@gmail.com>
|
||||
Google Inc. <*@google.com>
|
||||
Leandro Moreira <leandro.ribeiro.moreira@gmail.com>
|
||||
Philo Inc. <*@philo.com>
|
||||
The Chromium Authors <*@chromium.org>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
Anders Hasselqvist <anders.hasselqvist@gmail.com>
|
||||
Bei Li <beil@google.com>
|
||||
Gabe Kopley <gabe@philo.com>
|
||||
Jacob Trimble <modmaker@google.com>
|
||||
Joey Parrish <joeyparrish@google.com>
|
||||
Kongqun Yang <kqyang@google.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:latest
|
||||
FROM ubuntu:14.04
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
|
|
Loading…
Reference in New Issue