Merge pull request #42 from bcornec/dmtf4

Fix @hp.com addresses
This commit is contained in:
Bruno Cornec 2016-04-02 15:01:46 +02:00
commit bb827386f7

View File

@ -1,7 +1,7 @@
# Invoke with docker run -p 8000:80 <dockerimageid>
# Then use by browsing http://localhost:8000
FROM ubuntu:15.04
MAINTAINER bruno.cornec@hp.com
MAINTAINER bruno.cornec@hpe.com
ENV DEBIAN_FRONTEND noninterative
# Install deps for Redfish mockup
RUN apt-get update