Changing the maintainer email in the Dockerfile

This commit is contained in:
Ian Blenke 2014-09-13 23:07:03 -04:00
parent a44ac45376
commit aa3b154944

View file

@ -1,5 +1,5 @@
FROM ubuntu:14.04
MAINTAINER ian@blenke.com
MAINTAINER andrew@andrewcantino.com
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \