FROM ubuntu

LABEL Creator: "Krzysztof Godzisz"

RUN apt-get update && apt-get install -y apache2

EXPOSE 80

CMD apachectl -D FOREGROUND
