FROM httpd

RUN apt-get update -y && apt-get install -y prometheus-apache-exporter

EXPOSE 9117
