From e79115a7bfd43d0c11322e6eca3242b65b145812 Mon Sep 17 00:00:00 2001 From: Gabe Kopley Date: Thu, 7 Jul 2016 12:01:55 -0700 Subject: [PATCH] Specify Ubuntu 14.04 in Dockerfile to ensure successful build (latest was pulling 16.04 which, while it successfully builds Release, yields an error building Debug: https://github.com/google/shaka-packager/issues/118 ) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 035320c8f4..884e5f37ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:14.04 ENV DEBIAN_FRONTEND noninteractive