diff --git a/dmtf/Dockerfile b/dmtf/Dockerfile index fa32aab..b8164f8 100644 --- a/dmtf/Dockerfile +++ b/dmtf/Dockerfile @@ -1,7 +1,7 @@ # Invoke with docker run -p 8000:80 # 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