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:
parent
086a3d43fa
commit
a298d09e42
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:14.04
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER hardik.parekh@nectechnologies.in
|
||||
|
||||
ADD . /opt/stack/mistral
|
||||
|
@ -14,6 +14,7 @@ apt-get install -y \
|
||||
python-dev \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
sudo
|
||||
|
||||
sudo pip install tox==1.6.1 python-mistralclient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user