Fix @hp.com addresses

This commit is contained in:
Bruno Cornec 2016-04-02 15:00:47 +02:00
parent ff40dd5d7e
commit ec19ebaf56

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