From 3fb819df73ce09cb0d082803d2d82d0675d0bc0d Mon Sep 17 00:00:00 2001 From: Jonathan Piron Date: Tue, 27 Dec 2016 12:08:03 +0100 Subject: [PATCH] Pin Ubuntu version It doesn't build with latest Ubuntu image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff4374b..d035148 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:14.04 MAINTAINER Christian Lück RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \