From a298d09e4281388f373f65dfa57814df3d8764d2 Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Fri, 24 Feb 2017 10:03:21 -0500 Subject: [PATCH] Update Dockerfile to use Xenial The current state of Mistral no longer works on Trusty. This patch updates to Xenial in order to fix the docker image build. Change-Id: I2a778d43e2dca8eaa370d5a86008a170ffb98f54 Closes-Bug: #1664030 --- tools/docker/Dockerfile | 2 +- tools/docker/Dockerfile_script.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 1e384def9..a0ac5b017 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER hardik.parekh@nectechnologies.in ADD . /opt/stack/mistral diff --git a/tools/docker/Dockerfile_script.sh b/tools/docker/Dockerfile_script.sh index 4c6eee0bd..707a239e6 100755 --- a/tools/docker/Dockerfile_script.sh +++ b/tools/docker/Dockerfile_script.sh @@ -14,6 +14,7 @@ apt-get install -y \ python-dev \ python-pip \ python-setuptools \ + sudo sudo pip install tox==1.6.1 python-mistralclient