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
This commit is contained in:
Brad P. Crochet 2017-02-24 10:03:21 -05:00
parent 086a3d43fa
commit a298d09e42
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER hardik.parekh@nectechnologies.in
ADD . /opt/stack/mistral

View File

@ -14,6 +14,7 @@ apt-get install -y \
python-dev \
python-pip \
python-setuptools \
sudo
sudo pip install tox==1.6.1 python-mistralclient