X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=Dockerfile;h=59dbef0ba4ebc645bcff50f6778c1141f8309ec5;hb=d2f4f0b9c9bf6d9e0555984d0c888098d4ec0113;hp=456626d44b6b9c1140b2fea51c4b559a7c433191;hpb=b2d8414cb1ba9700a88d629f6a3d1d88ca9dd92c;p=yardstick.git diff --git a/Dockerfile b/Dockerfile index 456626d44..59dbef0ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + FROM ubuntu:14.04 MAINTAINER Hans Feldt @@ -7,6 +16,8 @@ MAINTAINER Hans Feldt RUN apt-get update && apt-get install -y \ libffi-dev \ libssl-dev \ + libxml2-dev \ + libxslt1-dev \ python \ python-dev \ python-setuptools && \ @@ -37,4 +48,3 @@ USER yardstick CMD bash --login ENV HOME /home/yardstick WORKDIR /home/yardstick -