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 )
This commit is contained in:
Gabe Kopley 2016-07-07 12:01:55 -07:00
parent 5f0d138ec9
commit e79115a7bf
1 changed files with 1 additions and 1 deletions

View File

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