This is my dockerfile.
FROM ubuntu:devel MAINTAINER vitachaos RUN apt-get update && apt-get install -y apache2 && apt-get clean && rm -r