# docker build -t clickhouse/test-mysql57 .

FROM mysql:5.7

USER root

RUN yum install --assumeyes iptables


WORKDIR /testapp
