From 3df05069dcd5bf8d0e7c2b6d4d9ca67927f0e69c Mon Sep 17 00:00:00 2001 From: Kit Westneat Date: Fri, 30 Sep 2016 16:57:11 -0400 Subject: [PATCH] update ubuntu to xenial in docker image json gem requires ruby2 --- Dockerfile_build_ubuntu64 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile_build_ubuntu64 b/Dockerfile_build_ubuntu64 index 96c69be..1933ecf 100644 --- a/Dockerfile_build_ubuntu64 +++ b/Dockerfile_build_ubuntu64 @@ -1,4 +1,4 @@ -FROM ubuntu:trusty +FROM ubuntu:xenial RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ python-software-properties \ @@ -12,7 +12,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ rpm \ zip \ python \ - python-boto + python-boto \ + gcc RUN gem install fpm