From 610dceed851193ba672eafffb637ef1ab8b602b5 Mon Sep 17 00:00:00 2001 From: Zod Date: Sun, 14 May 2017 20:26:20 -0400 Subject: [PATCH] Revert OS Version Changelog: - Revert OS version back to Ubuntu 14.04 due to issues with libzmq3 availability on 16.04 --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 2f1f654..47862fa 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -27,7 +27,7 @@ # limitations under the License. # -FROM ubuntu:16.04 +FROM ubuntu:14.04 MAINTAINER Zod (@wzod) ENV DEBIAN_FRONTEND noninteractive