FROM quay.io/ansible/docker-test-containers:alpine3.7
ENV INSTALL_PATH /newdata
RUN mkdir -p $INSTALL_PATH

WORKDIR $INSTALL_PATH
