From 4803bc71ec25f98f41aa3b49dc61e644ab90b415 Mon Sep 17 00:00:00 2001 From: Petr Baloun Date: Wed, 4 May 2016 11:45:53 +0200 Subject: [PATCH] Docker image requires ubuntu trusty, not latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 935d45ebf7..22ad0ee47d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:trusty MAINTAINER Brady Wetherington RUN apt-get update && apt-get install -y \