FROM haproxy:1.7

RUN mkdir /run/haproxy && \
    apt-get update -y && \
    apt-get install -y hatop && \
    apt-get clean

