Docker image requires ubuntu trusty, not latest

This commit is contained in:
Petr Baloun
2016-05-04 11:45:53 +02:00
parent 480f0ef13b
commit 4803bc71ec
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:trusty
MAINTAINER Brady Wetherington <uberbrady@gmail.com>
RUN apt-get update && apt-get install -y \