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:
Kongqun Yang 2016-07-08 14:25:54 -07:00 committed by GitHub
commit 7cfae3891a
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:14.04
ENV DEBIAN_FRONTEND noninteractive